Documentation

OutlookCalendarSaveAjaxController extends ControllerBase
in package

Returns responses for Office 365 - Outlook Calendar routes.

Table of Contents

$eventService  : OutlookCalendarSaveEventService
The event service.
$messenger  : MessengerInterface
The drupal messenger.
__construct()  : mixed
The controller constructor.
ajaxLinkCallback()  : AjaxResponse
The ajax callback function.
create()  : mixed
{@inheritdoc}

Properties

Methods

ajaxLinkCallback()

The ajax callback function.

public ajaxLinkCallback([mixed $nid = FALSE ]) : AjaxResponse
Parameters
$nid : mixed = FALSE

The node ID of the node to use.

Tags
throws
TempStoreException
throws
GuzzleException
throws
IdentityProviderException
Return values
AjaxResponse

The response.

create()

{@inheritdoc}

public static create(ContainerInterface $container) : mixed
Parameters
$container : ContainerInterface
Return values
mixed

Search results