ExceptionCheckerController
class ExceptionCheckerController extends AbstractController
Main Controller class
Properties
private ExceptionCheckerServiceInterface | $exceptionCheckerService | Stores ExceptionCheckerService |
Methods
Displays the dashboard
Creates the ExceptionChecker
Creates the ExceptionChecker from url call (mainly from link sent in email built with Monolog)
Modifies the ExceptionChecker using its unique id
Duplicates the ExceptionChecker using its unique id
Deletes the ExceptionChecker using its unique id
Displays the help
Details
at line 36
__construct(ExceptionCheckerServiceInterface $exceptionCheckerService)
at line 51
Response
dashboard(Request $request, PaginatorInterface $paginator)
Displays the dashboard
at line 79
Response
display(ExceptionChecker $exceptionChecker)
Displays the ExceptionChecker using its unique id
at line 101
Response
create(Request $request)
Creates the ExceptionChecker
at line 141
Response
addFromUrl(Request $request, ConfigServiceInterface $configService, $kind)
Creates the ExceptionChecker from url call (mainly from link sent in email built with Monolog)
at line 183
Response
modify(Request $request, ExceptionChecker $exceptionChecker)
Modifies the ExceptionChecker using its unique id
at line 224
Response
duplicate(Request $request, ExceptionChecker $exceptionChecker)
Duplicates the ExceptionChecker using its unique id
at line 266
Response
delete(Request $request, ExceptionChecker $exceptionChecker)
Deletes the ExceptionChecker using its unique id
at line 301
Response
config(Request $request, ConfigServiceInterface $configService)
Displays the configuration
at line 336
Response
help()
Displays the help