You are here

public function TcaSettings::getToken in Token Content Access 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/TcaSettings.php \Drupal\tca\Entity\TcaSettings::getToken()

Get the token value.

Return value

string 64 length string.

Overrides TcaSettingsInterface::getToken

File

src/Entity/TcaSettings.php, line 116

Class

TcaSettings
Defines the TCA settings entity.

Namespace

Drupal\tca\Entity

Code

public function getToken() {
  return $this->token;
}