You are here

private property TokensReplacementEvent::$replacementValues in Hook Event Dispatcher 8

An associative array of replacement values.

Keyed by the raw [type:token] strings from the original text. The returned values must be either plain text strings, or an object implementing MarkupInterface if they are HTML-formatted.

Type: string|\Drupal\Component\Render\MarkupInterface[]

File

src/Event/Token/TokensReplacementEvent.php, line 30

Class

TokensReplacementEvent
Class TokensProvideEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Token

Code

private $replacementValues = [];