interface ApiTokenManagerInterface in API Tokens 8
Same name and namespace in other branches
- 8.2 src/ApiTokenManagerInterface.php \Drupal\api_tokens\ApiTokenManagerInterface
Provides an interface for the discovery and instantiation of API token plugins.
Hierarchy
- interface \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Component\Plugin\Factory\FactoryInterface; interface \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\Component\Plugin\CategorizingPluginManagerInterface
- interface \Drupal\api_tokens\ApiTokenManagerInterface
- interface \Drupal\Component\Plugin\CategorizingPluginManagerInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
Expanded class hierarchy of ApiTokenManagerInterface
All classes that implement ApiTokenManagerInterface
2 files declare their use of ApiTokenManagerInterface
- ApiTokenController.php in src/
Controller/ ApiTokenController.php - ApiTokensFilter.php in src/
Plugin/ Filter/ ApiTokensFilter.php
File
- src/
ApiTokenManagerInterface.php, line 11
Namespace
Drupal\api_tokensView source
interface ApiTokenManagerInterface extends CategorizingPluginManagerInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CategorizingPluginManagerInterface:: |
public | function | Gets the names of all categories. | 1 |
CategorizingPluginManagerInterface:: |
public | function | Gets sorted plugin definitions grouped by category. | 1 |
CategorizingPluginManagerInterface:: |
public | function | Gets sorted plugin definitions. | 2 |
DiscoveryInterface:: |
public | function | Gets a specific plugin definition. | 4 |
DiscoveryInterface:: |
public | function | Gets the definition of all plugins for this type. | 3 |
DiscoveryInterface:: |
public | function | Indicates if a specific plugin definition exists. | 2 |
FactoryInterface:: |
public | function | Creates a pre-configured instance of a plugin. | 7 |
MapperInterface:: |
public | function | Gets a preconfigured instance of a plugin. | 4 |