You are here

public function ApiTokenPluginInterface::process in API Tokens 8.2

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

Returns processed API token build.

Return value

array A renderable array for the API token output.

1 method overrides ApiTokenPluginInterface::process()
ApiTokenBase::process in src/ApiTokenBase.php
Returns processed API token build.

File

src/ApiTokenPluginInterface.php, line 96

Class

ApiTokenPluginInterface
Defines the interface for the API token plugins.

Namespace

Drupal\api_tokens

Code

public function process();