Loading src/Form/MasqueradeRoleSettings.php +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ class MasqueradeRoleSettings extends ConfigFormBase { '#template' => '<strong>Default/always enabled tags:</strong><pre>{{ tags }}</pre>', '#context' => [ 'tags' => print_r(implode(PHP_EOL, array_merge(RoleManagerInterface::TAGSTOINVALIDATE, ['user:{current_user.id}'])), TRUE) array_merge(RoleManagerInterface::TAGS_TO_INVALIDATE, ['user:{current_user.id}'])), TRUE) ], ]; Loading Loading
src/Form/MasqueradeRoleSettings.php +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ class MasqueradeRoleSettings extends ConfigFormBase { '#template' => '<strong>Default/always enabled tags:</strong><pre>{{ tags }}</pre>', '#context' => [ 'tags' => print_r(implode(PHP_EOL, array_merge(RoleManagerInterface::TAGSTOINVALIDATE, ['user:{current_user.id}'])), TRUE) array_merge(RoleManagerInterface::TAGS_TO_INVALIDATE, ['user:{current_user.id}'])), TRUE) ], ]; Loading