You are here

public property RecipientTypeBase::$settings in Workbench Email 8

Same name and namespace in other branches
  1. 2.x src/Plugin/RecipientTypeBase.php \Drupal\workbench_email\Plugin\RecipientTypeBase::settings

An associative array containing the configured settings of this recipient type.

Type: array

File

src/Plugin/RecipientTypeBase.php, line 42

Class

RecipientTypeBase
Provides a base class for Recipient type plugins.

Namespace

Drupal\workbench_email\Plugin

Code

public $settings = [];