views-select-list.inc 395 B

12345678910
  1. <?php
  2. if (module_exists('views')) {
  3. $plugin = array(
  4. 'title' => t('Render Views filters as select list'),
  5. '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.'),
  6. 'class' => 'EntityReferenceBehavior_ViewsFilterSelect',
  7. 'behavior type' => 'field',
  8. );
  9. }