Skip to content
Snippets Groups Projects

Resolve #2511308 "Consider renaming rendererinterfacerenderplain"

Closes #2511308

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
  • 75 * exception is thrown when a ::renderRoot() call happens within another
    76 * ::renderRoot() call). However, in this case, we only care about the output,
    77 * not about the bubbling. Hence this uses a separate render context, to not
    78 * affect the parent ::renderRoot() call.
    79 *
    80 * (Can be executed within another render context: it runs in isolation.)
    81 *
    82 * @param array $elements
    83 * The structured array describing the data to be rendered.
    84 *
    85 * @return \Drupal\Component\Render\MarkupInterface
    86 * The rendered HTML.
    87 *
    88 * @deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. Call renderInIsolation() instead.
    89 *
    90 * @see https://www.drupal.org/node/3407994
  • Ankitha Shetty added 8 commits

    added 8 commits

    • 3a6c1cf4 - 1 commit from branch project:11.x
    • dc85244c - Apply patch from comment 1 in issue
    • 93b70a85 - Add old renderPlain() method with deprecation messages
    • c39be314 - replace more calls to deprecated method
    • 116ed6a0 - fix phpcs errors. add deprecate and remove versions to messages
    • 2e4a72c9 - fix phpcs errors
    • 443d32cf - fix spell-check on test method name
    • 924692bc - Issue #2511308: Fixed line wrap issue.

    Compare with previous version

  • dimitriskr added 1 commit

    added 1 commit

    • d6198279 - test to test the deprecation of Renderer::renderPlain()

    Compare with previous version

  • dimitriskr added 1 commit

    added 1 commit

    • eb844374 - move removal to drupal:12.0.0

    Compare with previous version

  • quietone
  • dimitriskr added 131 commits

    added 131 commits

    • eb844374...15ac0b4e - 121 commits from branch project:11.x
    • f9236ee5 - Apply patch from comment 1 in issue
    • 060cf977 - Add old renderPlain() method with deprecation messages
    • c2718fed - replace more calls to deprecated method
    • abf80bc8 - fix phpcs errors. add deprecate and remove versions to messages
    • 3b110245 - fix phpcs errors
    • ba525df3 - fix spell-check on test method name
    • fa30b3e8 - Issue #2511308: Fixed line wrap issue.
    • 201c0337 - test to test the deprecation of Renderer::renderPlain()
    • 4ef0dfa8 - move removal to drupal:12.0.0
    • d2dd0bc4 - remove duplicate documentation

    Compare with previous version

  • dimitriskr added 14 commits

    added 14 commits

    • d2dd0bc4...ed1c6900 - 4 commits from branch project:11.x
    • 7f0fc561 - Apply patch from comment 1 in issue
    • 1b4a8dad - Add old renderPlain() method with deprecation messages
    • d1b9076a - replace more calls to deprecated method
    • e3a40002 - fix phpcs errors. add deprecate and remove versions to messages
    • 3dd574b6 - fix phpcs errors
    • 2faaa5e6 - fix spell-check on test method name
    • 58b4cf7b - Issue #2511308: Fixed line wrap issue.
    • 1c082f95 - test to test the deprecation of Renderer::renderPlain()
    • 972dfb1c - move removal to drupal:12.0.0
    • aa43928f - remove duplicate documentation

    Compare with previous version

  • dimitriskr added 1 commit

    added 1 commit

    Compare with previous version

  • dimitriskr added 244 commits

    added 244 commits

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading