dev-module-observer-list
List all Magento 2 module observers to identify event handlers and their configurations. Filter by specific events to analyze observer behavior and dependencies in your development environment.
Instructions
List all Magento 2 module observers
Input Schema
Name | Required | Description | Default |
---|---|---|---|
event | No | Filter by specific event name | |
format | No | Output format | table |
Input Schema (JSON Schema)
{
"properties": {
"event": {
"description": "Filter by specific event name",
"type": "string"
},
"format": {
"default": "table",
"description": "Output format",
"enum": [
"table",
"json",
"csv"
],
"type": "string"
}
},
"type": "object"
}