You are here

public function BeanCustom::setDescription in Bean (for Drupal 7) 7

Set the description.

Parameters

description:

File

bean_admin_ui/plugins/BeanCustom.class.php, line 73
Bean ctools plugin

Class

BeanCustom
DO NOT USE THIS BEAN. ONLY USED FOR THE UI PLUGINS

Code

public function setDescription($description) {
  $this->plugin_info['description'] = $description;
}