class NodeNid in ThemeKey 8
Same name in this branch
- 8 src/Plugin/Property/NodeNid.php \Drupal\themekey\Plugin\Property\NodeNid
- 8 src/Plugin/PropertyAdmin/NodeNid.php \Drupal\themekey\Plugin\PropertyAdmin\NodeNid
Administers a 'node id' property.
Plugin annotation
@Property(
id = "node:nid",
)
Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterface
- class \Drupal\themekey\Plugin\SingletonPluginBase implements ContainerFactoryPluginInterface
- class \Drupal\themekey\PropertyAdminDigitBase implements PropertyAdminInterface
- class \Drupal\themekey\Plugin\PropertyAdmin\NodeNid
- class \Drupal\themekey\PropertyAdminDigitBase implements PropertyAdminInterface
- class \Drupal\themekey\Plugin\SingletonPluginBase implements ContainerFactoryPluginInterface
Expanded class hierarchy of NodeNid
File
- src/
Plugin/ PropertyAdmin/ NodeNid.php, line 19 - Contains \Drupal\themekey\Plugin\Property\DrupalRouteName.
Namespace
Drupal\themekey\Plugin\PropertyAdminView source
class NodeNid extends PropertyAdminDigitBase {
/**
* {@inheritdoc}
*/
public function getPossibleValues() {
return array();
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
NodeNid:: |
public | function |
Return the list of possible values of a ThemeKey property. Overrides PropertyAdminInterface:: |
|
PluginBase:: |
protected | property | Configuration information passed into the plugin. | 1 |
PluginBase:: |
protected | property | The plugin implementation definition. | 1 |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
constant | A string which is used to separate base plugin IDs from the derivative ID. | ||
PluginBase:: |
public | function |
Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the definition of the plugin implementation. Overrides PluginInspectionInterface:: |
3 |
PluginBase:: |
public | function |
Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function | Determines if the plugin is configurable. | |
PluginBase:: |
public | function | Constructs a \Drupal\Component\Plugin\PluginBase object. | 92 |
PropertyAdminDigitBase:: |
public | function |
Return the the current values of the ThemeKey property. Overrides PropertyAdminInterface:: |
|
PropertyAdminDigitBase:: |
public | function |
Validates if a value's format matches a ThemeKey property. Overrides PropertyAdminInterface:: |
|
SingletonPluginBase:: |
protected static | property | ||
SingletonPluginBase:: |
public static | function |
Creates an instance of the plugin. Overrides ContainerFactoryPluginInterface:: |