Mercurial > hg > rr-repo
view sites/all/modules/entityreference_prepopulate/plugins/behavior/prepopulate.inc @ 11:b0ee71395280
deleted .DS_Store files
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Mon, 28 Oct 2013 16:12:13 +0000 |
parents | ce11bbd8f642 |
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', );