class BackendRedirectionService (View source)

Properties

protected SessionInterface $session
protected DomainRepository $domainRepository
protected SiteRepository $siteRepository
protected UserService $userService
protected PersistenceManagerInterface $persistenceManager
protected PropertyMapper $propertyMapper
protected MenuHelper $menuHelper
protected PrivilegeManagerInterface $privilegeManager
protected string[] $preferedStartModules
protected ContentRepositoryRegistry $contentRepositoryRegistry

Methods

string|null
getAfterLoginRedirectionUri(ControllerContext $controllerContext)

Returns a specific URI string to redirect to after the login; or NULL if there is none.

array|null
determineStartModule(array $availableModules)

No description

Details

string|null getAfterLoginRedirectionUri(ControllerContext $controllerContext)

Returns a specific URI string to redirect to after the login; or NULL if there is none.

Parameters

ControllerContext $controllerContext

Return Value

string|null

Exceptions

IllegalObjectTypeException
MissingActionNameException
Exception

protected array|null determineStartModule(array $availableModules)

No description

Parameters

array $availableModules

Return Value

array|null