You are here

public function RecipientTypePluginCollection::get in Workbench Email 2.x

Same name and namespace in other branches
  1. 8 src/RecipientTypePluginCollection.php \Drupal\workbench_email\RecipientTypePluginCollection::get()

Return value

\Drupal\workbench_email\Plugin\RecipientTypeInterface The recipient type.

Overrides LazyPluginCollection::get

File

src/RecipientTypePluginCollection.php, line 26

Class

RecipientTypePluginCollection
A collection of recipient types.

Namespace

Drupal\workbench_email

Code

public function &get($instance_id) {
  return parent::get($instance_id);
}