You are here

public function ApiTokenPluginInterface::provider in API Tokens 8.2

Same name and namespace in other branches
  1. 8 src/ApiTokenPluginInterface.php \Drupal\api_tokens\ApiTokenPluginInterface::provider()

Returns the name of the provider that owns this API token.

Return value

string

1 method overrides ApiTokenPluginInterface::provider()
ApiTokenBase::provider in src/ApiTokenBase.php
Returns the name of the provider that owns this API token.

File

src/ApiTokenPluginInterface.php, line 46

Class

ApiTokenPluginInterface
Defines the interface for the API token plugins.

Namespace

Drupal\api_tokens

Code

public function provider();