public function TcaSettings::getToken in Token Content Access 8
Same name and namespace in other branches
- 2.0.x 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\EntityCode
public function getToken() {
return $this->token;
}