You are here

public function BeanTypePluginInterface::getDescription in Bean (for Drupal 7) 7

Get the description of the plugin

@abstract

Return value

description of the type

1 method overrides BeanTypePluginInterface::getDescription()
BeanPlugin::getDescription in plugins/BeanPlugin.class.php
Get the description

File

includes/bean.core.inc, line 63
Bean classes and plugin interface

Class

BeanTypePluginInterface
Interface for Plugin Classes

Code

public function getDescription();