You are here

public function RecipientTypeInterface::getDescription in Workbench Email 8

Same name and namespace in other branches
  1. 2.x src/Plugin/RecipientTypeInterface.php \Drupal\workbench_email\Plugin\RecipientTypeInterface::getDescription()

Returns the administrative description for this recipient type plugin.

Return value

string The description.

1 method overrides RecipientTypeInterface::getDescription()
RecipientTypeBase::getDescription in src/Plugin/RecipientTypeBase.php
Returns the administrative description for this recipient type plugin.

File

src/Plugin/RecipientTypeInterface.php, line 40

Class

RecipientTypeInterface
Defines the interface for Recipient type plugins.

Namespace

Drupal\workbench_email\Plugin

Code

public function getDescription();