You are here

public function TcaSettingsInterface::setToken in Token Content Access 8

Same name and namespace in other branches
  1. 2.0.x src/TcaSettingsInterface.php \Drupal\tca\TcaSettingsInterface::setToken()

Set the token value.

Parameters

string $token: The token is 64 length string.

1 method overrides TcaSettingsInterface::setToken()
TcaSettings::setToken in src/Entity/TcaSettings.php
Set the token value.

File

src/TcaSettingsInterface.php, line 34

Class

TcaSettingsInterface
Provides an interface for defining Tca settings entities.

Namespace

Drupal\tca

Code

public function setToken($token);