Quartz 5

Home

❯

Org-roam

❯

IS_IMPERSONATOR

IS_IMPERSONATOR

Aug 05, 20261 min read

IS_IMPERSONATOR

Description

Replacement for ROLE_PREVIOUS_ADMIN

Syntax

{# BEFORE #}
{% if is_granted(‘ROLE_PREVIOUS_ADMIN’) %} Exit impersonation
{% endif %}

{# AFTER #}
{% if is_granted(‘IS_IMPERSONATOR’) %} Exit impersonation
{% endif %}


Graph View

  • IS_IMPERSONATOR
  • Description
  • Syntax

Backlinks

  • ROLE_PREVIOUS_ADMIN
  • Symfony 5.1
  • Symfony Security Attributes

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community