lolautruche / EzCoreExtraBundle

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

Add new ViewParameterInterface with options #32

Closed lolautruche closed 7 years ago

lolautruche commented 7 years ago

Follow-up of #22

ViewParameterProviderInterface::getParameters() should have $options argument enforced in the prototype. As of v1.1, it was possible to add it with a default value and was added to ConfigurableViewParameterProvider.

As this is a BC break (interface change), this must go into v2.0.