Projet

Général

Profil

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

root / drupal7 / sites / all / modules / entityreference / plugins / selection / base.inc @ 3acd948f

1
<?php
2

    
3
$plugin = array(
4
  'title' => t('Simple (with optional filter by bundle)'),
5
  'class' => 'EntityReference_SelectionHandler_Generic',
6
  'weight' => -100,
7
);