Mercurial > hg > rr-repo
comparison sites/all/modules/entityreference/plugins/behavior/views-select-list.inc @ 4:ce11bbd8f642
added modules
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Thu, 19 Sep 2013 10:38:44 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:b28be78d8160 | 4:ce11bbd8f642 |
---|---|
1 <?php | |
2 | |
3 if (module_exists('views')) { | |
4 $plugin = array( | |
5 'title' => t('Render Views filters as select list'), | |
6 '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.'), | |
7 'class' => 'EntityReferenceBehavior_ViewsFilterSelect', | |
8 'behavior type' => 'field', | |
9 ); | |
10 } |