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