final class O365SharepointController extends ControllerBase

Returns responses for o365_sharepoint_file routes.

Properties

protected MimeTypes $mimey

The mimey object.

protected GraphService $o365Graph

Drupal\o365\GraphService definition.

protected Request|null $request

The current request.

Methods

__construct(GraphService $o365_graph, RequestStack $requestStack)

Constructs a new TeamsGroup object.

build()

{@inheritdoc}

static 
create(ContainerInterface $container)

{@inheritdoc}

Details

at line 45
__construct(GraphService $o365_graph, RequestStack $requestStack)

Constructs a new TeamsGroup object.

Parameters

GraphService $o365_graph

The GraphService definition.

RequestStack $requestStack

The RequestStack definition.

at line 61
build()

{@inheritdoc}

at line 54
static create(ContainerInterface $container)

{@inheritdoc}

Parameters

ContainerInterface $container