Security Token

e.topilina@fim.ltd Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_ADMIN"
  "ROLE_OZON_CLIENT_VIEW"
  "ROLE_OZON_CLIENT_EDIT"
  "ROLE_OZON_PRODUCT_EDIT"
  "ROLE_OZON_PRODUCT_VIEW"
  "ROLE_OZON_ORDER_VIEW"
  "ROLE_OZON_ORDER_EDIT"
  "ROLE_OZON_WAREHOUSE_VIEW"
  "ROLE_OZON_WAREHOUSE_EDIT"
]
Inherited Roles none
Token
Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken {#2000
  -providerKey: "admin"
  -user: App\Entity\AdminUser {#97 …}
  -roles: [
    Symfony\Component\Security\Core\Role\Role {#1520
      -role: "ROLE_USER"
    }
    Symfony\Component\Security\Core\Role\Role {#1929
      -role: "ROLE_ADMIN"
    }
    Symfony\Component\Security\Core\Role\Role {#1533
      -role: "ROLE_OZON_CLIENT_VIEW"
    }
    Symfony\Component\Security\Core\Role\Role {#1513
      -role: "ROLE_OZON_CLIENT_EDIT"
    }
    Symfony\Component\Security\Core\Role\Role {#1659
      -role: "ROLE_OZON_PRODUCT_EDIT"
    }
    Symfony\Component\Security\Core\Role\Role {#1554
      -role: "ROLE_OZON_PRODUCT_VIEW"
    }
    Symfony\Component\Security\Core\Role\Role {#1725
      -role: "ROLE_OZON_ORDER_VIEW"
    }
    Symfony\Component\Security\Core\Role\Role {#1724
      -role: "ROLE_OZON_ORDER_EDIT"
    }
    Symfony\Component\Security\Core\Role\Role {#1758
      -role: "ROLE_OZON_WAREHOUSE_VIEW"
    }
    Symfony\Component\Security\Core\Role\Role {#1667
      -role: "ROLE_OZON_WAREHOUSE_EDIT"
    }
  ]
  -roleNames: [
    "ROLE_USER"
    "ROLE_ADMIN"
    "ROLE_OZON_CLIENT_VIEW"
    "ROLE_OZON_CLIENT_EDIT"
    "ROLE_OZON_PRODUCT_EDIT"
    "ROLE_OZON_PRODUCT_VIEW"
    "ROLE_OZON_ORDER_VIEW"
    "ROLE_OZON_ORDER_EDIT"
    "ROLE_OZON_WAREHOUSE_VIEW"
    "ROLE_OZON_WAREHOUSE_EDIT"
  ]
  -authenticated: true
  -attributes: []
}

Security Firewall

admin Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider App\Security\Admin\AdminUserProvider
context admin
entry_point security.authentication.form_entry_point.admin
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "form_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#1618
  -map: Symfony\Component\Security\Http\AccessMap {#1696 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#1628 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1607 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1981
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1256 …}
  -sessionKey: "_security_admin"
  -logger: Symfony\Bridge\Monolog\Logger {#1607 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2004 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1449 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#948 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1257 …}
    "enableUsageTracking"
  ]
}
12.71 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#1648
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#1641 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1250 …}
  -providerKey: "admin"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#204 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1607 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#102
  -csrfTokenManager: null
  #options: [
    "check_path" => "admin_login"
    "login_path" => "/login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#1607 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1250 …}
  #providerKey: "admin"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#1876 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1257 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#1728 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1449 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#94 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#1995 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#95
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1256 …}
  -secret: "KtgSCEC"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1250 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1607 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#1899
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1257 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "admin_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#1568
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1230 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#1483}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#1894 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#1876 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#103
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1257 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1247 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1696 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1250 …}
}
0.21 ms (none)

Security Voters (4)

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

Access decision log

# Result Attributes Object
1 GRANTED ROLE_USER
Symfony\Component\HttpFoundation\Request {#15
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#18 …}
  +request: Symfony\Component\HttpFoundation\ParameterBag {#16 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#17 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#21 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#20 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#19 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#22 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "*/*"
  ]
  #pathInfo: "/"
  #requestUri: "/?crudAction=edit&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonProductCrudController&entityId=318767&fieldName=hideStock&menuIndex=0&page=1&query=%D0%A1%D0%9F-00063402&signature=2BDglaCisqLVl0baWTgAAgMREwDDyz9p5OducLs9mxI&submenuIndex=4&newValue=false"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#1229 …}
  #locale: null
  #defaultLocale: "ru"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
2 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2976
  -isAccessible: true
  -fqcn: "App\Entity\OzonProduct"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#172 …}
  -instance: App\Entity\OzonProduct {#2995 …}
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4909 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4927 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
3 GRANTED EA_EXECUTE_ACTION
[
  "action" => "edit"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2976
    -isAccessible: true
    -fqcn: "App\Entity\OzonProduct"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#172 …}
    -instance: App\Entity\OzonProduct {#2995 …}
    -primaryKeyName: "id"
    -primaryKeyValue: null
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4909 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4927 …}
  }
]
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
4 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4355
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "client"
  -value: Proxies\__CG__\App\Entity\OzonClient {#3094 …}
  -formattedValue: "Гипер МБТ (190903)"
  -formatValueCallable: null
  -label: "Площадка"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4375 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4374 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4376 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4892 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4357 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4378 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4803
  -isAccessible: true
  -fqcn: "App\Entity\OzonClient"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2058 …}
  -instance: Proxies\__CG__\App\Entity\OzonClient {#3094 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 32
  -permission: null
  -fields: null
  -actions: null
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4404
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "offerId"
  -value: "СП-00063402"
  -formattedValue: "СП-00063402"
  -formatValueCallable: null
  -label: "Артикул"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4407 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4406 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4408 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5007 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4405 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4410 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
7 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4420
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "srcCategoryId"
  -value: 17030819
  -formattedValue: 17030819
  -formatValueCallable: null
  -label: "ID категории на Озон"
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4423 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/integer"
  -templatePath: "@EasyAdmin/crud/field/integer.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4422 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4424 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4409 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4421 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4426 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
8 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4428
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -value: "Смартфон Huawei nova Y61 4+128 ГБ, Синий"
  -formattedValue: "Смартфон Huawei nova Y61 4+128 ГБ, Синий"
  -formatValueCallable: null
  -label: "Название"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4431 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4430 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4432 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4425 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4429 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4434 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
9 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#163
    -type: "entity"
    -name: "index"
    -label: "Вернуться к списку"
    -icon: null
    -cssClass: "action-index btn btn-secondary"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "index"
      "form" => "edit-OzonProduct-form"
    ]
    -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonProductCrudController&menuIndex=0&referrer=https%3A%2F%2Fmp.giper.fm%2F%3FcrudAction%3Dedit%26crudControllerFqcn%3DApp%255CController%255CEasyAdmin%255COzon%255COzonProductCrudController%26entityId%3D318767%26fieldName%3DhideStock%26menuIndex%3D0%26newValue%3Dfalse%26page%3D1%26query%3D%25D0%25A1%25D0%259F-00063402%26signature%3D2BDglaCisqLVl0baWTgAAgMREwDDyz9p5OducLs9mxI%26submenuIndex%3D4&signature=T8Swx-uA67OuIXZbrt_xxKlW43Eny2J0qWE3OCFGaeY&submenuIndex=4"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "index"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2976
    -isAccessible: true
    -fqcn: "App\Entity\OzonProduct"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#172 …}
    -instance: App\Entity\OzonProduct {#2995 …}
    -primaryKeyName: "id"
    -primaryKeyValue: null
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4909 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4927 …}
  }
]
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#153
    -type: "entity"
    -name: "saveAndContinue"
    -label: "Сохранить и продолжить"
    -icon: "far fa-edit"
    -cssClass: "action-saveAndContinue btn btn-secondary action-save"
    -htmlElement: "button"
    -htmlAttributes: [
      "type" => "submit"
      "name" => "ea[newForm][btn]"
      "value" => "saveAndContinue"
      "data-action-name" => "saveAndContinue"
      "form" => "edit-OzonProduct-form"
    ]
    -linkUrl: "https://mp.giper.fm/?crudAction=edit&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonProductCrudController&entityId=318767&menuIndex=0&referrer=https%3A%2F%2Fmp.giper.fm%2F%3FcrudAction%3Dedit%26crudControllerFqcn%3DApp%255CController%255CEasyAdmin%255COzon%255COzonProductCrudController%26entityId%3D318767%26fieldName%3DhideStock%26menuIndex%3D0%26newValue%3Dfalse%26page%3D1%26query%3D%25D0%25A1%25D0%259F-00063402%26signature%3D2BDglaCisqLVl0baWTgAAgMREwDDyz9p5OducLs9mxI%26submenuIndex%3D4&signature=2BDglaCisqLVl0baWTgAAgMREwDDyz9p5OducLs9mxI&submenuIndex=4"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2976
    -isAccessible: true
    -fqcn: "App\Entity\OzonProduct"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#172 …}
    -instance: App\Entity\OzonProduct {#2995 …}
    -primaryKeyName: "id"
    -primaryKeyValue: null
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4909 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4927 …}
  }
]
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
11 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#152
    -type: "entity"
    -name: "saveAndReturn"
    -label: "Сохранить"
    -icon: null
    -cssClass: "action-saveAndReturn btn btn-primary action-save"
    -htmlElement: "button"
    -htmlAttributes: [
      "type" => "submit"
      "name" => "ea[newForm][btn]"
      "value" => "saveAndReturn"
      "data-action-name" => "saveAndReturn"
      "form" => "edit-OzonProduct-form"
    ]
    -linkUrl: "https://mp.giper.fm/?crudAction=edit&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonProductCrudController&menuIndex=0&referrer=https%3A%2F%2Fmp.giper.fm%2F%3FcrudAction%3Dedit%26crudControllerFqcn%3DApp%255CController%255CEasyAdmin%255COzon%255COzonProductCrudController%26entityId%3D318767%26fieldName%3DhideStock%26menuIndex%3D0%26newValue%3Dfalse%26page%3D1%26query%3D%25D0%25A1%25D0%259F-00063402%26signature%3D2BDglaCisqLVl0baWTgAAgMREwDDyz9p5OducLs9mxI%26submenuIndex%3D4&signature=Xrlu7oJRn4HpaTn5WyAs97mMBYy1N-1Xmp1uc2SAfaE&submenuIndex=4"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2976
    -isAccessible: true
    -fqcn: "App\Entity\OzonProduct"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#172 …}
    -instance: App\Entity\OzonProduct {#2995 …}
    -primaryKeyName: "id"
    -primaryKeyValue: null
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4909 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4927 …}
  }
]
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details