You are here

public function PluginType::getId in Plugin 8.2

Gets the ID.

Return value

string

Overrides PluginTypeInterface::getId

1 call to PluginType::getId()
PluginType::ensureTypedPluginDefinition in src/PluginType/PluginType.php
Ensures that a plugin definition is typed.

File

src/PluginType/PluginType.php, line 170

Class

PluginType
Provides a plugin type.

Namespace

Drupal\plugin\PluginType

Code

public function getId() {
  return $this->id;
}