You are here

protected property ApiTokensFilter::$apiTokenManager in API Tokens 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/Filter/ApiTokensFilter.php \Drupal\api_tokens\Plugin\Filter\ApiTokensFilter::apiTokenManager

The API token manager.

Type: \Drupal\api_tokens\ApiTokenManagerInterface

File

src/Plugin/Filter/ApiTokensFilter.php, line 37

Class

ApiTokensFilter
Provides the API tokens filter.

Namespace

Drupal\api_tokens\Plugin\Filter

Code

protected $apiTokenManager;