Home
last modified time | relevance | path

Searched refs:registerHandlerService (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DLazyHandlerRegistryTest.php29 $this->registerHandlerService('handler.serialization.json', $jsonSerializationHandler);
33 $this->registerHandlerService('handler.deserialization.json', $jsonDeserializationHandler);
37 $this->registerHandlerService('handler.serialization.xml', $xmlSerializationHandler);
41 $this->registerHandlerService('handler.deserialization.xml', $xmlDeserializationHandler);
52 abstract protected function registerHandlerService($serviceId, $listener); function in JMS\\Serializer\\Tests\\Handler\\LazyHandlerRegistryTest
H A DLazyHandlerRegistryWithPsr11ContainerTest.php16 protected function registerHandlerService($serviceId, $listener) function in JMS\\Serializer\\Tests\\Handler\\LazyHandlerRegistryWithPsr11ContainerTest
H A DLazyHandlerRegistryWithSymfonyContainerTest.php16 protected function registerHandlerService($serviceId, $listener) function in JMS\\Serializer\\Tests\\Handler\\LazyHandlerRegistryWithSymfonyContainerTest