view sites/all/modules/entityreference_prepopulate/plugins/behavior/prepopulate.inc @ 4:ce11bbd8f642

added modules
author danieleb <danielebarchiesi@me.com>
date Thu, 19 Sep 2013 10:38:44 +0100
parents
children
line wrap: on
line source
<?php

$plugin = array(
  'title' => t('Entity reference prepopulate'),
  'description' => t('Prepopulate entity reference values from URL.'),
  'class' => 'EntityReferencePrepopulateInstanceBehavior',
  'behavior type' => 'instance',
);