Adds all services with the tags "serializer.encoder" and "serializer.normalizer" as encoders and normalizers to the "serializer" service.
- author Javier Lopez
- author Robin Chalas
CloneableInstantiable
Methods |
public process(Symfony |
Constants |
private Symfony |
Methods |
private bindDefaultContext(Symfony |
private buildChildDefinitions(Symfony |
private buildChildNameConverterDefinition(Symfony |
private configureNamedSerializers(Symfony |
private configureSerializer(Symfony |
private createNamedSerializerTags(Symfony |
private findAndSortTaggedServices(Symfony Finds all services with the given tag name and order them by their priority. The order of additions must be respected for services having the same priority, and knowing that the \SplPriorityQueue class does not respect the FIFO method, we should not use that class.
|
private findNameConverterIndex(Symfony |