Skip to content

Code Decorations

Kristofers Ozoliņš edited this page Feb 27, 2025 · 4 revisions

Plugin decorations

Magento Toolbox adds a gutter icon and class name decoration to classes that have interceptors/plugins.

image

Decorations are also added to the intercepted method

image

Observer decorations

Magento Toolbox adds a gutter icon and class name decoration to Observer classes.

image

Clicking event names will take you to the di.xml file where the observer is registered.

Observer dispatch decorations

Hovering dispatched events will list all Observers that listen to this event

image

Clone this wiki locally