You are here

public function RecipientTypeBase::getDescription in Workbench Email 8

Same name and namespace in other branches
  1. 2.x 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\Plugin

Code

public function getDescription() {
  return $this->pluginDefinition['description'];
}