You are here

public function ApiTokenPluginInterface::id in API Tokens 8.2

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

Returns the API token ID.

Return value

string

1 method overrides ApiTokenPluginInterface::id()
ApiTokenBase::id in src/ApiTokenBase.php
Returns the API token ID.

File

src/ApiTokenPluginInterface.php, line 25

Class

ApiTokenPluginInterface
Defines the interface for the API token plugins.

Namespace

Drupal\api_tokens

Code

public function id();