yireo/shopware6-list-decorators

列出所有服务装饰器

安装: 0

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

类型:shopware-platform-plugin

1.0.0 2023-09-06 05:34 UTC

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