O365AuthScopesController
extends ControllerBase
in package
Returns responses for Office 365 Connector routes.
Table of Contents
- $helperService : HelperService
- The o365.helpers service.
- __construct() : mixed
- The controller constructor.
- build() : mixed
- Builds the response.
- create() : mixed
- {@inheritdoc}
Properties
$helperService
The o365.helpers service.
protected
HelperService
$helperService
Methods
__construct()
The controller constructor.
public
__construct(HelperService $o365_helpers) : mixed
Parameters
- $o365_helpers : HelperService
-
The o365.helpers service.
Return values
mixed —build()
Builds the response.
public
build() : mixed
Return values
mixed —create()
{@inheritdoc}
public
static create(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface