Projet

Général

Profil

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

root / drupal7 / sites / all / modules / panelizer / plugins / entity / default.inc @ 76df55b7

1
<?php
2
/**
3
 * @file
4
 * Definition of the default plugin.
5
 *
6
 * The default plugin contains the base class in which the majority of the
7
 * functionality is stored. It isn't used like a normal plugin, so we
8
 * have a couple of special directives.
9
 */
10

    
11
$plugin = array(
12
  'handler' => 'PanelizerEntityDefault',
13
  'no ui' => TRUE,
14
  'hooks' => array(),
15
);