You are here

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

Get the description

Overrides BeanTypePluginInterface::getDescription

1 call to BeanPlugin::getDescription()
BeanCustom::save in bean_admin_ui/plugins/BeanCustom.class.php
Save the record to the database

File

plugins/BeanPlugin.class.php, line 40
Base Plugin Class

Class

BeanPlugin
@file Base Plugin Class

Code

public function getDescription() {
  return $this
    ->getInfo('description');
}