ExecutionContextFactory
class ExecutionContextFactory implements ExecutionContextFactoryInterface
Creates new {@link ExecutionContext} instances.
Methods
__construct(TranslatorInterface $translator, string $translationDomain = null)
Creates a new context factory.
Details
__construct(TranslatorInterface $translator, string $translationDomain = null)
Creates a new context factory.
ExecutionContextInterface
createContext(ValidatorInterface $validator, mixed $root)
Creates a new execution context.