You are here

default.inc in Panelizer 7.2

Same filename and directory in other branches
  1. 7.3 plugins/entity/default.inc

File

plugins/entity/default.inc
View 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(),
);