RegisterSerializationClassesCompilerPass
class RegisterSerializationClassesCompilerPass implements CompilerPassInterface (View source)
Adds services tagged 'normalizer' and 'encoder' to the Serializer.
Methods
process(ContainerBuilder $container)
Adds services to the Serializer.
array
sort(array $services)
Sorts by priority.
Details
process(ContainerBuilder $container)
Adds services to the Serializer.
protected array
sort(array $services)
Sorts by priority.
Order services from highest priority number to lowest (reverse sorting).