Skip to content
Snippets Groups Projects

Render in isolation

Open Ben Stallings requested to merge issue/queue_ui-3434070:renderInIsolation into 3.2.x
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
128 128 '#tag' => 'pre' ,
129 129 '#value' => print_r(unserialize($queueItemLoaded->data, ['allowed_classes' => FALSE]), TRUE),
130 130 ];
131 $data = $this->renderer->renderPlain($data);
131 $data = DeprecationHelper::backwardsCompatibleCall(
132 currentVersion: \Drupal::VERSION,
133 deprecatedVersion: '10.3',
134 currentCallable: fn() => $renderer->renderInIsolation($data),
135 deprecatedCallable: fn() => $renderer->renderPlain($data),
  • added 1 commit

    • 02e41c9f - Fixes DeprecationHelper introduction

    Compare with previous version

  • Nicolas Morand added 6 commits

    added 6 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading