GET https://www.renitadsilvabooks.com/admin

Security

Token

jasondsouza717@gmail.com Username
Authenticated
911eb3 From
Property Value
Roles
[
  "ROLE_ADMIN"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#644
  -user: App\Entity\User {#753 …}
  -roleNames: [
    "ROLE_ADMIN"
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point security.authenticator.form_login.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "form_login"
  "remember_me"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#596
  -map: Symfony\Component\Security\Http\AccessMap {#598 …}
  -logger: Monolog\Logger {#572 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#605
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#545 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#608 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#221 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#606 …}
  -logger: Monolog\Logger {#572 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#567 …}
}
4.66 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#612
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#613 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#633
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#220 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#276 …}
  -map: Symfony\Component\Security\Http\AccessMap {#598 …}
}
0.31 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#544
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#220 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#578 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#567 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"

This authenticator did not support the request.

skipped
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"

This authenticator did not support the request.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_ADMIN
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#15 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#9 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#18 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#17 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#16 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#19 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/admin"
  #requestUri: "/admin"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#637 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
2 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
3 DENIED EA_EXIT_IMPERSONATION
null
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
4 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#930
  -type: "section"
  -selected: false
  -expanded: false
  -label: ""
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#932
  -type: "logout"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#929 …}
  -icon: "internal:sign-out"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/logout"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
6 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
7 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
8 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1661
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1732 …}
  -icon: "fa fa-home"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/admin"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
9 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1663
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1734 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1665
  -type: "submenu"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1773 …}
  -icon: "fa fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1667
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#1733 …}
      -icon: "fa fa-list"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Book"
        "entityId" => null
      ]
      -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBookCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1669
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#1736 …}
      -icon: "fa fa-plus"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "new"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Book"
        "entityId" => null
      ]
      -linkUrl: "/admin?crudAction=new&crudControllerFqcn=App%5CController%5CAdmin%5CBookCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1671
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#1759 …}
      -icon: "fa fa-bookmark"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\BookTag"
        "entityId" => null
      ]
      -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBookTagCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1673
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#1766 …}
      -icon: "fa fa-store"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\BookShop"
        "entityId" => null
      ]
      -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBookShopCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
  ]
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
11 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1667
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1733 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Book"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBookCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
12 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1669
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1736 …}
  -icon: "fa fa-plus"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "new"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Book"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=new&crudControllerFqcn=App%5CController%5CAdmin%5CBookCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
13 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1671
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1759 …}
  -icon: "fa fa-bookmark"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\BookTag"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBookTagCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
14 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1673
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1766 …}
  -icon: "fa fa-store"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\BookShop"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBookShopCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
15 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1675
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1772 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
16 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1677
  -type: "submenu"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1811 …}
  -icon: "fa fa-pencil"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1679
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#1779 …}
      -icon: "fa fa-list"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Blog"
        "entityId" => null
      ]
      -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBlogCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1681
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#1774 …}
      -icon: "fa fa-plus"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "new"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Blog"
        "entityId" => null
      ]
      -linkUrl: "/admin?crudAction=new&crudControllerFqcn=App%5CController%5CAdmin%5CBlogCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1683
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#1797 …}
      -icon: "fa fa-comments"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\BlogComment"
        "entityId" => null
      ]
      -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBlogCommentCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1685
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#1804 …}
      -icon: "fa fa-tags"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\BlogTag"
        "entityId" => null
      ]
      -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBlogTagCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
  ]
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
17 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1679
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1779 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Blog"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBlogCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
18 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1681
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1774 …}
  -icon: "fa fa-plus"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "new"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Blog"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=new&crudControllerFqcn=App%5CController%5CAdmin%5CBlogCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
19 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1683
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1797 …}
  -icon: "fa fa-comments"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\BlogComment"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBlogCommentCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
20 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1685
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1804 …}
  -icon: "fa fa-tags"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\BlogTag"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBlogTagCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
21 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1687
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1810 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
22 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1689
  -type: "submenu"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1835 …}
  -icon: "fa fa-newspaper"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1691
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#1817 …}
      -icon: "fa fa-list"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\News"
        "entityId" => null
      ]
      -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CNewsCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1693
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#1812 …}
      -icon: "fa fa-plus"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "new"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\News"
        "entityId" => null
      ]
      -linkUrl: "/admin?crudAction=new&crudControllerFqcn=App%5CController%5CAdmin%5CNewsCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
  ]
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
23 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1691
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1817 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\News"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CNewsCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
24 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1693
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1812 …}
  -icon: "fa fa-plus"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "new"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\News"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=new&crudControllerFqcn=App%5CController%5CAdmin%5CNewsCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
25 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1695
  -type: "submenu"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1854 …}
  -icon: "fa fa-calendar"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1697
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#1834 …}
      -icon: "fa fa-list"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Event"
        "entityId" => null
      ]
      -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CEventCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1699
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#1803 …}
      -icon: "fa fa-plus"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "new"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Event"
        "entityId" => null
      ]
      -linkUrl: "/admin?crudAction=new&crudControllerFqcn=App%5CController%5CAdmin%5CEventCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
  ]
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
26 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1697
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1834 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Event"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CEventCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
27 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1699
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1803 …}
  -icon: "fa fa-plus"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "new"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Event"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=new&crudControllerFqcn=App%5CController%5CAdmin%5CEventCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
28 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1701
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1853 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
29 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1703
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1860 …}
  -icon: "fa fa-tag"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Tag"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CTagCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
30 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1705
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1863 …}
  -icon: "fa fa-layer-group"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Category"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CCategoryCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
31 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1707
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1874 …}
  -icon: "fa fa-store"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Shop"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CShopCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
32 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1709
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1881 …}
  -icon: "fa fa-pen-nib"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Publisher"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPublisherCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
33 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1711
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1888 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
34 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1713
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1889 …}
  -icon: "fa fa-person-circle-question"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Testimonial"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CTestimonialCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
35 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1715
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1896 …}
  -icon: "fa fa-address-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ContactUs"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CContactUsCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
36 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1717
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1907 …}
  -icon: "fa fa-envelope"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\EmailSubscription"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CEmailSubscriptionCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
37 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1719
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1914 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
38 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1721
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1915 …}
  -icon: "fa fa-cogs"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Setting"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CSettingCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
39 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1723
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1922 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
40 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1725
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1927 …}
  -icon: "fa fa-user"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CUserCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
41 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1727
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1934 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
42 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1729
  -type: "url"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1939 …}
  -icon: "fa fa-globe"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/"
  -linkRel: "noopener"
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
43 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#1731
  -type: "logout"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#1944 …}
  -icon: "fa fa-sign-out-alt"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/logout"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
44 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
45 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details