Download the PHP package yireo/shopware6-list-decorators without Composer
On this page you can find all versions of the php package yireo/shopware6-list-decorators. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yireo/shopware6-list-decorators
More information about yireo/shopware6-list-decorators
Files in yireo/shopware6-list-decorators
Package shopware6-list-decorators
Short Description List all service decorators
License MIT
Informations about the package shopware6-list-decorators
YireoListDecorators
Shopware plugin to list all service decorators from a CLI debug:decorators
In Symfony, decorators can be shown with the command bin/console debug:container --tag container.decorator
.
However, this only dumps a list of all decorator class and does not show what they are actually decorating.
This Shopware plugin adds another command debug:decorators
to list all decorator classes with their
corresponding original service. Plus a column to indicate whether the decorator implements the parent interface
(which would be nice) or extends the parent class (which could lead to potential bugs).