public function ApiTokenPluginInterface::hash in API Tokens 8
Same name and namespace in other branches
- 8.2 src/ApiTokenPluginInterface.php \Drupal\api_tokens\ApiTokenPluginInterface::hash()
Returns the API token parameters hash.
Return value
string
1 method overrides ApiTokenPluginInterface::hash()
- ApiTokenBase::hash in src/
ApiTokenBase.php - Returns the API token parameters hash.
File
- src/
ApiTokenPluginInterface.php, line 74
Class
- ApiTokenPluginInterface
- Defines the interface for the API token plugins.
Namespace
Drupal\api_tokensCode
public function hash();