Revision 0a93d7d925346745242370e610241e2de3361492

Committed on 28/10/2015 1:14 pm by Bertrand Dunogier <bd@ez.no> [GitHub Diff]

Deprecated by-type ViewProvider classes

Removed View\Provider\*Configured in both Core and CoreBundle.
Since they have the same signatures, the by-type ViewProvider
services can use the same class.

Also added a common ViewProvider interface.