You are here

public function PluginHierarchyDefinitionInterface::getParentId in Plugin 8.2

Gets the ID of the parent plugin.

Return value

string|null The ID or NULL if there is no parent.

1 method overrides PluginHierarchyDefinitionInterface::getParentId()
ArrayPluginDefinitionDecorator::getParentId in src/PluginDefinition/ArrayPluginDefinitionDecorator.php
Gets the ID of the parent plugin.

File

src/PluginDefinition/PluginHierarchyDefinitionInterface.php, line 28

Class

PluginHierarchyDefinitionInterface
Defines a plugin definition that defines a parent plugin.

Namespace

Drupal\plugin\PluginDefinition

Code

public function getParentId();