annotate sites/all/modules/entityreference/plugins/behavior/views-select-list.inc @ 9:830c812b520f

added smtp module
author root <root@paio.local>
date Mon, 28 Oct 2013 15:34:27 +0000
parents ce11bbd8f642
children
rev   line source
danielebarchiesi@4 1 <?php
danielebarchiesi@4 2
danielebarchiesi@4 3 if (module_exists('views')) {
danielebarchiesi@4 4 $plugin = array(
danielebarchiesi@4 5 'title' => t('Render Views filters as select list'),
danielebarchiesi@4 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.'),
danielebarchiesi@4 7 'class' => 'EntityReferenceBehavior_ViewsFilterSelect',
danielebarchiesi@4 8 'behavior type' => 'field',
danielebarchiesi@4 9 );
danielebarchiesi@4 10 }