You are here

public function ChannelInterface::applyTokens in Courier 2.x

Same name and namespace in other branches
  1. 8 src/ChannelInterface.php \Drupal\courier\ChannelInterface::applyTokens()

Applies tokens to relevant fields.

Return value

static Return this instance for chaining.

2 methods override ChannelInterface::applyTokens()
Email::applyTokens in src/Entity/Email.php
Applies tokens to relevant fields.
TestMessage::applyTokens in tests/modules/courier_test_message/src/Entity/TestMessage.php
Applies tokens to relevant fields.

File

src/ChannelInterface.php, line 18

Class

ChannelInterface
Defines an interface for channels (templates).

Namespace

Drupal\courier

Code

public function applyTokens();