Projet

Général

Profil

Paste
Télécharger (175 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / entityreference / examples / entityreference_behavior_example / plugins / behavior / test_instance_behavior.inc @ 651307cd

1
<?php
2

    
3
$plugin = array(
4
  'title' => t('Test instance behavior'),
5
  'class' => 'EntityReferenceInstanceBehaviorExample',
6
  'weight' => 10,
7
  'behavior type' => 'instance',
8
);