You are here

protected property ApiTokenBase::$reflector in API Tokens 8

Same name and namespace in other branches
  1. 8.2 src/ApiTokenBase.php \Drupal\api_tokens\ApiTokenBase::reflector

The API token build method reflection object.

Type: \ReflectionMethod|null

File

src/ApiTokenBase.php, line 74

Class

ApiTokenBase
Provides a base class for the API token plugins.

Namespace

Drupal\api_tokens

Code

protected $reflector;