public function BoxPlugin::getLabel in Boxes 7.2
Get the label
Overrides BoxTypePluginInterface::getLabel
1 call to BoxPlugin::getLabel()
- BoxCustom::save in boxes_admin_ui/
plugins/ custom.inc - Save the record to the database
File
- plugins/
base.inc, line 33 - Base Plugin Class
Class
- BoxPlugin
- @file Base Plugin Class
Code
public function getLabel() {
return $this
->getInfo('label');
}