public function TcaSettingsInterface::getToken in Token Content Access 8
Same name and namespace in other branches
- 2.0.x src/TcaSettingsInterface.php \Drupal\tca\TcaSettingsInterface::getToken()
Get the token value.
Return value
string 64 length string.
1 method overrides TcaSettingsInterface::getToken()
- TcaSettings::getToken in src/
Entity/ TcaSettings.php - Get the token value.
File
- src/
TcaSettingsInterface.php, line 42
Class
- TcaSettingsInterface
- Provides an interface for defining Tca settings entities.
Namespace
Drupal\tcaCode
public function getToken();