interface ColorsSchemeInterface in Colors 8
@todo.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\colors\Plugin\ColorsSchemeInterface
Expanded class hierarchy of ColorsSchemeInterface
All classes that implement ColorsSchemeInterface
5 files declare their use of ColorsSchemeInterface
- NodeScheme.php in src/
Plugin/ colors/ type/ NodeScheme.php - UserCurrentScheme.php in src/
Plugin/ colors/ type/ UserCurrentScheme.php - UserRoleScheme.php in src/
Plugin/ colors/ type/ UserRoleScheme.php - UserScheme.php in src/
Plugin/ colors/ type/ UserScheme.php - VocabularyScheme.php in src/
Plugin/ colors/ type/ VocabularyScheme.php
File
- src/
Plugin/ ColorsSchemeInterface.php, line 10
Namespace
Drupal\colors\PluginView source
interface ColorsSchemeInterface extends PluginInspectionInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |