You are here

test_instance_behavior.inc in Entity reference 7

File

examples/entityreference_behavior_example/plugins/behavior/test_instance_behavior.inc
View source
<?php

$plugin = array(
  'title' => t('Test instance behavior'),
  'class' => 'EntityReferenceInstanceBehaviorExample',
  'weight' => 10,
  'behavior type' => 'instance',
);