PluginsΒΆ

Plugins are symfony-services tagged with <tag name="nanbando.plugin" alias="{alias}"/> inside a Bundle. The alias can be used in the Local-Configuration.

 <service id="plugins.mysql" class="Nanbando\Plugin\Mysql\MysqlPlugin">
    <argument type="service" id="output"/>
    <argument type="service" id="temporary_files"/>

    <tag name="nanbando.plugin" alias="mysql"/>
</service>