public function ApiTokenBase::hash in API Tokens 8.2
Same name and namespace in other branches
- 8 src/ApiTokenBase.php \Drupal\api_tokens\ApiTokenBase::hash()
Returns the API token parameters hash.
Return value
string
Overrides ApiTokenPluginInterface::hash
File
- src/
ApiTokenBase.php, line 177
Class
- ApiTokenBase
- Provides a base class for the API token plugins.
Namespace
Drupal\api_tokensCode
public function hash() {
return $this->hash;
}