You are here

public function BoxCustom::setLabel in Boxes 7.2

Set the label.

Parameters

label:

File

boxes_admin_ui/plugins/custom.inc, line 59
Box ctools plugin

Class

BoxCustom
DO NOT USE THIS BOX. ONLY USED FOR THE UI PLUGINS

Code

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