Closed acrollet closed 3 years ago
All calls to the render() function should be replaced with the render() method on the Renderer service. See https://www.drupal.org/node/2939099
render()
This list may not be complete, it's worth looking for instances called from call_user_func and friends.
call_user_func
acrollet@Agile6-A49-Rollett custom % grep -r ' render(' *|grep -v 'function render' va_gov_backend/src/Plugin/field_group/FieldGroupFormatter/DetailsWithImage.php: '#markup' => render($svg_render), va_gov_backend/src/Plugin/Block/SidebarMenusBlock.php: '#markup' => render($build), va_gov_build_trigger/src/Controller/ContentReleaseStatusBlockController.php: $output = render($block); va_gov_consumers/va_gov_consumers.module: '#markup' => render($readonly_content), va_gov_consumers/va_gov_consumers.module: $variables['external_content'] = render($readonly_content); va_gov_help_center/va_gov_help_center.module: return render($link); va_gov_workflow_assignments/src/Plugin/Block/EntityMetaDisplay.php: $block_items['VA.gov URL'] = render($link);
Hey team! Please add your planning poker estimate with ZenHub @ElijahLynn @indytechcook @ndouglas @olivereri @timcosgrove
Please add your planning poker estimate with ZenHub @cweagans
Description
All calls to the
render()
function should be replaced with therender()
method on the Renderer service. See https://www.drupal.org/node/2939099Background
This list may not be complete, it's worth looking for instances called from
call_user_func
and friends.Implementation
Acceptance Criteria
render()
functionrender()
function