You are here

prepopulate.inc in Entityreference prepopulate 7

File

plugins/behavior/prepopulate.inc
View source
<?php

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