view sites/all/modules/entityreference/plugins/selection/base.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

$plugin = array(
  'title' => t('Simple (with optional filter by bundle)'),
  'class' => 'EntityReference_SelectionHandler_Generic',
  'weight' => -100,
);