ExceptionCheckerServiceInterface
interface ExceptionCheckerServiceInterface
Interface to be called for DI for ExceptionChecker Main related services
Methods
Form
createForm(string $name, ExceptionChecker $exceptionChecker, $user)
Shortcut to call ExceptionCheckerFormFactory to create Form
array
getExceptionCheckerAll()
Gets all the ExceptionChecker
bool
registerViaUrl(ExceptionChecker $exceptionChecker, Form $form)
Registers the ExceptionChecker via Url
Details
at line 26
ExceptionChecker
cloneObject(ExceptionChecker $exceptionChecker)
Clones the object
at line 32
Form
createForm(string $name, ExceptionChecker $exceptionChecker, $user)
Shortcut to call ExceptionCheckerFormFactory to create Form
at line 37
delete(ExceptionChecker $exceptionChecker)
Deletes the ExceptionChecker
at line 43
array
getExceptionCheckerAll()
Gets all the ExceptionChecker
at line 48
register(ExceptionChecker $exceptionChecker)
Registers the ExceptionChecker
at line 54
bool
registerViaUrl(ExceptionChecker $exceptionChecker, Form $form)
Registers the ExceptionChecker via Url