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