ApiTokenManagerInterface.php in API Tokens 8
Same filename and directory in other branches
Namespace
Drupal\api_tokensFile
src/ApiTokenManagerInterface.phpView 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
Name | Description |
---|---|
ApiTokenManagerInterface | Provides an interface for the discovery and instantiation of API token plugins. |