public function TcaSettingsInterface::setToken in Token Content Access 2.0.x
Same name and namespace in other branches
- 8 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\tcaCode
public function setToken($token);