Method | Description | |
---|---|---|
__construct ( Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface $authorizationChecker, Symfony\Component\Routing\Generator\UrlGeneratorInterface $urlGenerator, Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, |
||
bundlesAction ( ) : Symfony\Component\HttpFoundation\JsonResponse | Returns a array of all bundles. | |
configAction ( ) : Symfony\Component\HttpFoundation\JsonResponse | Returns config for admin. | |
contextsAction ( |
Returns contexts of admin. | |
indexAction ( ) : |
Renders admin ui. |
Method | Description | |
---|---|---|
addContext ( array &$mappedContexts, string $system, string $section, mixed $context, mixed $permissionTypes ) | Will transform the different representations of permission types to the same representation and adds it to the passed array. |
public __construct ( Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface $authorizationChecker, Symfony\Component\Routing\Generator\UrlGeneratorInterface $urlGenerator, Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, |
||
$authorizationChecker | Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface | |
$urlGenerator | Symfony\Component\Routing\Generator\UrlGeneratorInterface | |
$tokenStorage | Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface | |
$adminPool | ||
$jsConfigPool | ||
$serializer | JMS\Serializer\SerializerInterface | |
$engine | Symfony\Bundle\FrameworkBundle\Templating\EngineInterface | |
$localizationManager | Sulu\Component\Localization\Manager\LocalizationManagerInterface | |
$locales | array |
public bundlesAction ( ) : Symfony\Component\HttpFoundation\JsonResponse | ||
return | Symfony\Component\HttpFoundation\JsonResponse |
public configAction ( ) : Symfony\Component\HttpFoundation\JsonResponse | ||
return | Symfony\Component\HttpFoundation\JsonResponse |
public contextsAction ( |
||
$request | ||
return | Symfony\Component\HttpFoundation\JsonResponse |
public indexAction ( ) : |
||
return |