Skip to content
Snippets Groups Projects

Issue #3269851: Render the popup with a template

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
99 101 ($message_body_variable['format'] ?? filter_default_format())
100 102 );
101 103
104 $render_array = [
105 '#theme' => 'popup_message',
106 '#title' => $message_title,
107 '#body' => $message_body,
108 ];
109 $markup = $this->renderer->renderPlain($render_array);
Please register or sign in to reply
Loading