LegacyExecutionContextFactory deprecated
class LegacyExecutionContextFactory implements ExecutionContextFactoryInterface
deprecated
Creates new {@link LegacyExecutionContext} instances.
Implemented for backward compatibility with Symfony < 2.5.
Methods
__construct(MetadataFactoryInterface $metadataFactory, TranslatorInterface $translator, string|null $translationDomain = null)
Creates a new context factory.
Details
at line line 57
__construct(MetadataFactoryInterface $metadataFactory, TranslatorInterface $translator, string|null $translationDomain = null)
Creates a new context factory.
at line line 67
ExecutionContextInterface
createContext(ValidatorInterface $validator, mixed $root)
Creates a new execution context.