Projet

Général

Profil

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

root / drupal7 / sites / all / modules / entityreference / plugins / selection / views.inc @ a2bb1a14

1
<?php
2

    
3
if (module_exists('views')) {
4
  $plugin = array(
5
    'title' => t('Views: Filter by an entity reference view'),
6
    'class' => 'EntityReference_SelectionHandler_Views',
7
    'weight' => 0,
8
  );
9
}