You are here

public function BoxTypePluginInterface::getLabel in Boxes 7.2

Get the label name of the plugin

@abstract

Return value

label of the type

1 method overrides BoxTypePluginInterface::getLabel()
BoxPlugin::getLabel in plugins/base.inc
Get the label

File

includes/boxes.core.inc, line 53
Box classes and plugin interface

Class

BoxTypePluginInterface
Interface for Plugin Classes

Code

public function getLabel();