public function DebugMessageFormatterPluginInterface::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.
1 method overrides DebugMessageFormatterPluginInterface::getLabel()
- DebugMessageFormatterPluginBase::getLabel in modules/
apigee_edge_debug/ src/ Plugin/ DebugMessageFormatter/ DebugMessageFormatterPluginBase.php - Returns the label of the debug message formatter plugin.
File
- modules/
apigee_edge_debug/ src/ Plugin/ DebugMessageFormatter/ DebugMessageFormatterPluginInterface.php, line 46
Class
- DebugMessageFormatterPluginInterface
- Defines an interface for debug message formatter plugins.
Namespace
Drupal\apigee_edge_debug\Plugin\DebugMessageFormatterCode
public function getLabel() : string;