You are here

public function DebugMessageFormatterPluginBase::getId in Apigee Edge 8

Returns the ID of the debug message formatter plugin.

Return value

string The ID of the debug message formatter plugin.

Overrides DebugMessageFormatterPluginInterface::getId

File

modules/apigee_edge_debug/src/Plugin/DebugMessageFormatter/DebugMessageFormatterPluginBase.php, line 80

Class

DebugMessageFormatterPluginBase
Defines a base class for debug message formatter plugins.

Namespace

Drupal\apigee_edge_debug\Plugin\DebugMessageFormatter

Code

public function getId() : string {
  return $this->pluginDefinition['id'];
}