Resolve #2511308 "Consider renaming rendererinterfacerenderplain"
1 open thread
Closes #2511308
Merge request reports
Activity
added 1 commit
- 363eaca1 - fix phpcs errors. add deprecate and remove versions to messages
- Resolved by dimitriskr
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 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.
Toggle commit list-
3a6c1cf4 - 1 commit from branch
added 1 commit
- d6198279 - test to test the deprecation of Renderer::renderPlain()
- Resolved by dimitriskr
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
Toggle commit list-
eb844374...15ac0b4e - 121 commits from branch
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
Toggle commit list-
d2dd0bc4...ed1c6900 - 4 commits from branch
added 244 commits
-
2d5913e0...6d9a73fe - 232 commits from branch
project:11.x
- 6d9a73fe...392d33d0 - 2 earlier commits
- 24519fa7 - replace more calls to deprecated method
- 36e87de9 - fix phpcs errors. add deprecate and remove versions to messages
- 21c7070e - fix phpcs errors
- 291cedd0 - fix spell-check on test method name
- 6290061e - Issue #2511308: Fixed line wrap issue.
- 8885667e - test to test the deprecation of Renderer::renderPlain()
- e47bc958 - move removal to drupal:12.0.0
- a48db7b4 - remove duplicate documentation
- 33f6dc58 - replace more findings
- 905c315f - replace renderPlain with renderInIsolation in NodeRssCacheTest.php
Toggle commit list-
2d5913e0...6d9a73fe - 232 commits from branch
Please register or sign in to reply