You are here

public function RecipientTypeInterface::getLabel in Workbench Email 2.x

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

Returns the administrative label for this recipient type plugin.

Return value

string The label.

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

File

src/Plugin/RecipientTypeInterface.php, line 32

Class

RecipientTypeInterface
Defines the interface for Recipient type plugins.

Namespace

Drupal\workbench_email\Plugin

Code

public function getLabel();