You are here

public function BoxPlugin::getDescription in Boxes 7.2

Get the description

Overrides BoxTypePluginInterface::getDescription

1 call to BoxPlugin::getDescription()
BoxCustom::save in boxes_admin_ui/plugins/custom.inc
Save the record to the database

File

plugins/base.inc, line 40
Base Plugin Class

Class

BoxPlugin
@file Base Plugin Class

Code

public function getDescription() {
  return $this
    ->getInfo('description');
}