You are here

interface SingletonPluginInspectionInterface in ThemeKey 8

Defines an interface for ThemeKey plugins using a singleton pattern.

Hierarchy

Expanded class hierarchy of SingletonPluginInspectionInterface

All classes that implement SingletonPluginInspectionInterface

3 files declare their use of SingletonPluginInspectionInterface
OperatorInterface.php in src/OperatorInterface.php
Provides Drupal\themekey\OperatorInterface
PropertyAdminInterface.php in src/PropertyAdminInterface.php
Provides Drupal\themekey\PropertyInterface
PropertyInterface.php in src/PropertyInterface.php
Provides Drupal\themekey\PropertyInterface

File

src/Plugin/SingletonPluginInspectionInterface.php, line 15
Provides Drupal\themekey\PropertyInterface

Namespace

Drupal\themekey\Plugin
View source
interface SingletonPluginInspectionInterface extends PluginInspectionInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2