comparison vendor/symfony/serializer/DependencyInjection/SerializerPass.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
9 * file that was distributed with this source code. 9 * file that was distributed with this source code.
10 */ 10 */
11 11
12 namespace Symfony\Component\Serializer\DependencyInjection; 12 namespace Symfony\Component\Serializer\DependencyInjection;
13 13
14 use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
14 use Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait; 15 use Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait;
15 use Symfony\Component\DependencyInjection\ContainerBuilder; 16 use Symfony\Component\DependencyInjection\ContainerBuilder;
16 use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
17 use Symfony\Component\DependencyInjection\Exception\RuntimeException; 17 use Symfony\Component\DependencyInjection\Exception\RuntimeException;
18 18
19 /** 19 /**
20 * Adds all services with the tags "serializer.encoder" and "serializer.normalizer" as 20 * Adds all services with the tags "serializer.encoder" and "serializer.normalizer" as
21 * encoders and normalizers to the "serializer" service. 21 * encoders and normalizers to the "serializer" service.