view sites/all/modules/entityreference/plugins/selection/views.inc @ 9:830c812b520f

added smtp module
author root <root@paio.local>
date Mon, 28 Oct 2013 15:34:27 +0000
parents ce11bbd8f642
children
line wrap: on
line source
<?php

if (module_exists('views')) {
  $plugin = array(
    'title' => t('Views: Filter by an entity reference view'),
    'class' => 'EntityReference_SelectionHandler_Views',
    'weight' => 0,
  );
}