You are here

public function ApiTokenPluginInterface::reflector in API Tokens 8

Same name and namespace in other branches
  1. 8.2 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_tokens

Code

public function reflector();