interface SingletonPluginInspectionInterface in ThemeKey 8
Defines an interface for ThemeKey plugins using a singleton pattern.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\themekey\Plugin\SingletonPluginInspectionInterface
Expanded class hierarchy of SingletonPluginInspectionInterface
All classes that implement SingletonPluginInspectionInterface
3 files declare their use of SingletonPluginInspectionInterface
File
- src/
Plugin/ SingletonPluginInspectionInterface.php, line 15 - Provides Drupal\themekey\PropertyInterface
Namespace
Drupal\themekey\PluginView source
interface SingletonPluginInspectionInterface 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 |