view sites/all/modules/entityreference/plugins/behavior/views-select-list.inc @ 13:134d4b2e75f6

updated quicktabs and google analytics modules
author danieleb <danielebarchiesi@me.com>
date Tue, 29 Oct 2013 13:48:59 +0000
parents ce11bbd8f642
children
line wrap: on
line source
<?php

if (module_exists('views')) {
  $plugin = array(
    'title' => t('Render Views filters as select list'),
    'description' => t('Provides a select list for Views filters on this field. This should not be used when there are over 100 entities, as it might cause an out of memory error.'),
    'class' => 'EntityReferenceBehavior_ViewsFilterSelect',
    'behavior type' => 'field',
  );
}