public function RecipientTypeBase::getDescription in Workbench Email 2.x
Same name and namespace in other branches
- 8 src/Plugin/RecipientTypeBase.php \Drupal\workbench_email\Plugin\RecipientTypeBase::getDescription()
Returns the administrative description for this recipient type plugin.
Return value
string The description.
Overrides RecipientTypeInterface::getDescription
File
- src/
Plugin/ RecipientTypeBase.php, line 108
Class
- RecipientTypeBase
- Provides a base class for Recipient type plugins.
Namespace
Drupal\workbench_email\PluginCode
public function getDescription() {
return $this->pluginDefinition['description'];
}