views.inc 202 B

123456789
  1. <?php
  2. if (module_exists('views')) {
  3. $plugin = array(
  4. 'title' => t('Views: Filter by an entity reference view'),
  5. 'class' => 'EntityReference_SelectionHandler_Views',
  6. 'weight' => 0,
  7. );
  8. }