You are here

public function DebugMessageFormatterPluginBase::getLabel in Apigee Edge 8

Returns the label of the debug message formatter plugin.

Return value

string The label of the debug message formatter plugin.

Overrides DebugMessageFormatterPluginInterface::getLabel

File

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

Class

DebugMessageFormatterPluginBase
Defines a base class for debug message formatter plugins.

Namespace

Drupal\apigee_edge_debug\Plugin\DebugMessageFormatter

Code

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