yireo / shopware6-list-decorators
列出所有服务装饰器
1.0.0
2023-09-06 05:34 UTC
Requires
- shopware/core: ~6.4
This package is auto-updated.
Last update: 2024-09-06 10:32:49 UTC
README
Shopware插件,通过CLI debug:decorators
列出所有服务装饰器
在Symfony中,可以通过命令bin/console debug:container --tag container.decorator
显示装饰器。然而,这只会列出所有装饰器类,而不会显示它们实际装饰的内容。此Shopware插件添加了另一个命令debug:decorators
,用于列出所有装饰器类及其对应的原始服务。同时增加一列,指示装饰器是否实现了父接口(这将很棒)或扩展了父类(可能会导致潜在错误)。
安装
composer require yireo/shopware6-list-decorators bin/console plugins:refresh bin/console plugins:install --activate YireoListDecorators bin/console debug:decorators