class ShareButtonsController extends AbstractController

Main Controller class

Properties

private ShareButtonsServiceInterface $shareButtonsService Stores ShareButtonsService

Methods

__construct(ShareButtonsServiceInterface $shareButtonsService)

No description

Response
dashboard()

Displays the dashboard

Response
share($share, $url)

Creates the ShareButtons from url call (mainly from link sent in email built with Monolog)

Response
config(Request $request, ConfigServiceInterface $configService)

Displays the configuration

Response
help()

Displays the help

Details

at line 35
__construct(ShareButtonsServiceInterface $shareButtonsService)

Parameters

ShareButtonsServiceInterface $shareButtonsService

at line 50
Response dashboard()

Displays the dashboard

Return Value

Response

Exceptions

AccessDeniedException

at line 67
Response share($share, $url)

Creates the ShareButtons from url call (mainly from link sent in email built with Monolog)

Parameters

$share
$url

Return Value

Response

at line 94
Response config(Request $request, ConfigServiceInterface $configService)

Displays the configuration

Parameters

Request $request
ConfigServiceInterface $configService

Return Value

Response

Exceptions

AccessDeniedException

at line 129
Response help()

Displays the help

Return Value

Response

Exceptions

AccessDeniedException