public function BeanCustom::setLabel in Bean (for Drupal 7) 7
Set the label.
Parameters
label:
File
- bean_admin_ui/
plugins/ BeanCustom.class.php, line 64 - Bean ctools plugin
Class
- BeanCustom
- DO NOT USE THIS BEAN. ONLY USED FOR THE UI PLUGINS
Code
public function setLabel($label) {
$this->plugin_info['label'] = $label;
}