class ExceptionCheckerService implements ExceptionCheckerServiceInterface

Main services related to ExceptionChecker

Properties

private AuthorizationCheckerInterface $authChecker Stores AuthorizationCheckerInterface
private ConfigServiceInterface $configService Stores ConfigServiceInterface
private EntityManagerInterface $em Stores EntityManagerInterface
private ExceptionCheckerFormFactoryInterface $exceptionCheckerFormFactory Stores ExceptionCheckerFormFactoryInterface
private ServiceToolsInterface $serviceTools Stores ServiceToolsInterface

Methods

__construct(AuthorizationCheckerInterface $authChecker, ConfigServiceInterface $configService, EntityManagerInterface $em, ExceptionCheckerFormFactoryInterface $exceptionCheckerFormFactory, ServiceToolsInterface $serviceTools)

No description

cloneObject(ExceptionChecker $exceptionChecker)

Clones the object

Form
createForm(string $name, ExceptionChecker $exceptionChecker, $user)

Shortcut to call ExceptionCheckerFormFactory to create Form

delete(ExceptionChecker $exceptionChecker)

Deletes the ExceptionChecker

array
getExceptionCheckerAll()

Gets all the ExceptionChecker

register(ExceptionChecker $exceptionChecker)

Registers the ExceptionChecker

bool
registerViaUrl(ExceptionChecker $exceptionChecker, Form $form)

Registers the ExceptionChecker via Url

Details

at line 58
__construct(AuthorizationCheckerInterface $authChecker, ConfigServiceInterface $configService, EntityManagerInterface $em, ExceptionCheckerFormFactoryInterface $exceptionCheckerFormFactory, ServiceToolsInterface $serviceTools)

Parameters

AuthorizationCheckerInterface $authChecker
ConfigServiceInterface $configService
EntityManagerInterface $em
ExceptionCheckerFormFactoryInterface $exceptionCheckerFormFactory
ServiceToolsInterface $serviceTools

at line 76
ExceptionChecker cloneObject(ExceptionChecker $exceptionChecker)

Clones the object

Parameters

ExceptionChecker $exceptionChecker

Return Value

ExceptionChecker

at line 86
Form createForm(string $name, ExceptionChecker $exceptionChecker, $user)

Shortcut to call ExceptionCheckerFormFactory to create Form

Parameters

string $name
ExceptionChecker $exceptionChecker
$user

Return Value

Form

at line 94
delete(ExceptionChecker $exceptionChecker)

Deletes the ExceptionChecker

Parameters

ExceptionChecker $exceptionChecker

at line 107
array getExceptionCheckerAll()

Gets all the ExceptionChecker

Return Value

array

at line 118
register(ExceptionChecker $exceptionChecker)

Registers the ExceptionChecker

Parameters

ExceptionChecker $exceptionChecker

at line 147
bool registerViaUrl(ExceptionChecker $exceptionChecker, Form $form)

Registers the ExceptionChecker via Url

Parameters

ExceptionChecker $exceptionChecker
Form $form

Return Value

bool