You are here

protected property Template::$recipientTypeCollection in Workbench Email 2.x

Same name and namespace in other branches
  1. 8 src/Entity/Template.php \Drupal\workbench_email\Entity\Template::recipientTypeCollection

Holds the collection of recipient types that are attached to this template.

Type: \Drupal\workbench_email\RecipientTypePluginCollection

File

src/Entity/Template.php, line 113

Class

Template
Defines the Email Template entity.

Namespace

Drupal\workbench_email\Entity

Code

protected $recipientTypeCollection;