You are here

public function BoxCustom::setDescription in Boxes 7.2

Set the description.

Parameters

description:

File

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

Class

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

Code

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