public function GroupContentEnablerInterface::getLabel in Group 8
Returns the administrative label for the plugin.
Return value
string The plugin label.
1 method overrides GroupContentEnablerInterface::getLabel()
- GroupContentEnablerBase::getLabel in src/Plugin/ GroupContentEnablerBase.php 
- Returns the administrative label for the plugin.
File
- src/Plugin/ GroupContentEnablerInterface.php, line 38 
Class
- GroupContentEnablerInterface
- Defines an interface for pluggable GroupContentEnabler back-ends.
Namespace
Drupal\group\PluginCode
public function getLabel();