WireBox Integration
// get reference
property name="validationManager" inject="ValidationManager@cbvalidation";Last updated
Was this helpful?
The module will register several objects into WireBox using the @cbvalidation namespace. The validation manager is registered as ValidationManager@cbvalidation, which is the one you can inject and use anywhere you like.
// get reference
property name="validationManager" inject="ValidationManager@cbvalidation";Remember you have the mixins available to you in your handlers/interceptors/layouts and views
Last updated
Was this helpful?
Was this helpful?