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

Members who can merge are allowed to add commits.
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.

Merge details

  • The source branch is 10 commits behind the target branch.
  • 1 commit will be added to 3.2.x.
  • Source branch will not be deleted.

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