ConstantsService
class ConstantsService
Some constants we use in the code.
Properties
| protected ImmutableConfig | $apiConfig | The modules API config. |
|
| protected ConfigFactoryInterface | $configFactory | The config factory interface. |
|
| protected Request | $request | The request object. |
Methods
__construct(ConfigFactoryInterface $configFactory, RequestStack $requestStack)
Constructs a new ConstantsService object.
string
string
getRedirectUrl()
Get the redirect URL.
string
string
getUserTempStoreDataName()
Get the user temp store data name.
string
getUserTempStoreName()
Get the user temp store name.
Details
at line 73
__construct(ConfigFactoryInterface $configFactory, RequestStack $requestStack)
Constructs a new ConstantsService object.
at line 98
string
getAuthorizeUrl(O365ConnectorInterface $o365_connector)
Get the authorize url.
at line 85
string
getRedirectUrl()
Get the redirect URL.
at line 112
string
getTokenUrl(O365ConnectorInterface $o365_connector)
Get the token url.
at line 133
string
getUserTempStoreDataName()
Get the user temp store data name.
at line 123
string
getUserTempStoreName()
Get the user temp store name.