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