You are here

public function TextimageInterface::setTokenData in Textimage 8.3

Same name and namespace in other branches
  1. 8.4 src/TextimageInterface.php \Drupal\textimage\TextimageInterface::setTokenData()

Sets the token data to resolve tokens.

Parameters

array $token_data: An array of objects to resolve tokens.

Return value

$this

1 method overrides TextimageInterface::setTokenData()
Textimage::setTokenData in src/Textimage.php
Sets the token data to resolve tokens.

File

src/TextimageInterface.php, line 78

Class

TextimageInterface
Provides an interface for Textimage objects.

Namespace

Drupal\textimage

Code

public function setTokenData(array $token_data);