lolautruche / EzCoreExtraBundle

Extra features for eZ Platform (v1.x compatible with eZ Publish 5.4)
MIT License
28 stars 8 forks source link

Enable autoconfigure for view parameter providers #36

Closed lolautruche closed 7 years ago

lolautruche commented 7 years ago

Enable this awesome feature from Symfony 3.3, so that one can register a view parameter provider the following way:

services:
    _defaults:
        autoconfigure: true

    Acme\Provider\MyParamProvider: ~

This means to: