public function ApiTokenPluginInterface::reflector in API Tokens 8.2
Same name and namespace in other branches
- 8 src/ApiTokenPluginInterface.php \Drupal\api_tokens\ApiTokenPluginInterface::reflector()
Returns the API token build method reflection object.
Return value
\ReflectionMethod|null
1 method overrides ApiTokenPluginInterface::reflector()
- ApiTokenBase::reflector in src/
ApiTokenBase.php - Returns the API token build method reflection object.
File
- src/
ApiTokenPluginInterface.php, line 81
Class
- ApiTokenPluginInterface
- Defines the interface for the API token plugins.
Namespace
Drupal\api_tokensCode
public function reflector();