Skip to content

Code Decorations

Kristofers Ozoliņš edited this page Apr 23, 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

Cron job decorations

image image

Module decorations

image

ACL rule decorations

Hovering ACL IDs will show information about it

image