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