You are here

public function Tokens::__construct in Content Moderation Notifications 8.3

Constructs the token generation object.

Parameters

\Drupal\content_moderation_notifications\NotificationInformationInterface $notification_information: The notification information service.

File

src/Tokens.php, line 31

Class

Tokens
Token generation and information class.

Namespace

Drupal\content_moderation_notifications

Code

public function __construct(NotificationInformationInterface $notification_information) {
  $this->notificationInformation = $notification_information;
}