function entityreference_behavior_plugin_process in Entity reference 7
CTools callback; Process the behavoir plugins.
1 string reference to 'entityreference_behavior_plugin_process'
- entityreference_ctools_plugin_type in ./
entityreference.module - Implements hook_ctools_plugin_type().
File
- ./
entityreference.module, line 46 - Entityreference primary module file.
Code
function entityreference_behavior_plugin_process(&$plugin, $info) {
$plugin += array(
'description' => '',
'behavior type' => 'field',
'access callback' => FALSE,
'force enabled' => FALSE,
);
}