You are here

class BeanDefault in Bean (for Drupal 7) 7

@file Default Plugin Class

Hierarchy

Expanded class hierarchy of BeanDefault

2 string references to 'BeanDefault'
bean_bean_types in ./bean.module
Implements hook_bean_types().
bean_ctools_plugin_type in ./bean.module
Implements hook_ctools_plugin_type().

File

plugins/BeanDefault.class.php, line 8
Default Plugin Class

View source
class BeanDefault extends BeanPlugin {

}

Members

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