You are here

class BoxDefault in Boxes 7.2

Default Box type.

Hierarchy

Expanded class hierarchy of BoxDefault

2 string references to 'BoxDefault'
boxes_boxes_types in ./boxes.module
Implements hook_box_types().
boxes_ctools_plugin_type in ./boxes.module
Implements hook_ctools_plugin_type().

File

plugins/base.inc, line 111
Base Plugin Class

View source
class BoxDefault extends BoxPlugin {

}

Members

Namesort descending Modifiers Type Description Overrides
BoxPlugin::$plugin_info protected property
BoxPlugin::$type public property
BoxPlugin::buildURL public function Build the URL string Overrides BoxTypePluginInterface::buildURL
BoxPlugin::form public function The Plugin Form Overrides BoxTypePluginInterface::form 1
BoxPlugin::getDescription public function Get the description Overrides BoxTypePluginInterface::getDescription
BoxPlugin::getInfo public function Get Plugin info Overrides BoxTypePluginInterface::getInfo
BoxPlugin::getLabel public function Get the label Overrides BoxTypePluginInterface::getLabel
BoxPlugin::isEditable public function Is the box type editable Overrides BoxTypePluginInterface::isEditable
BoxPlugin::setBox public function Add a Box to the plugin Overrides BoxTypePluginInterface::setBox
BoxPlugin::submit public function React to the saving of the box Overrides BoxTypePluginInterface::submit
BoxPlugin::validate public function The plugin validation function Overrides BoxTypePluginInterface::validate
BoxPlugin::values public function Define the form values and their defaults Overrides BoxTypePluginInterface::values 1
BoxPlugin::view public function Return the block content. Overrides BoxTypePluginInterface::view
BoxPlugin::__construct public function Constructor Overrides BoxTypePluginInterface::__construct