You are here

ApiTokenManagerInterface.php in API Tokens 8

Same filename and directory in other branches
  1. 8.2 src/ApiTokenManagerInterface.php

Namespace

Drupal\api_tokens

File

src/ApiTokenManagerInterface.php
View source
<?php

namespace Drupal\api_tokens;

use Drupal\Component\Plugin\CategorizingPluginManagerInterface;

/**
 * Provides an interface for the discovery and instantiation of API token
 * plugins.
 */
interface ApiTokenManagerInterface extends CategorizingPluginManagerInterface {

}

Interfaces

Namesort descending Description
ApiTokenManagerInterface Provides an interface for the discovery and instantiation of API token plugins.