default.inc in Panelizer 7.3
Same filename and directory in other branches
File
plugins/entity/default.incView source
<?php
/**
* @file
* Definition of the default plugin.
*
* The default plugin contains the base class in which the majority of the
* functionality is stored. It isn't used like a normal plugin, so we
* have a couple of special directives.
*/
$plugin = array(
'handler' => 'PanelizerEntityDefault',
'no ui' => TRUE,
'hooks' => array(),
);