Skip to content
Snippets Groups Projects
Commit c3425bd2 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2421681 by JeroenT, develCuy, developermitesh: Remove drupal_pre_render_html

parent 261aa774
No related branches found
No related tags found
No related merge requests found
......@@ -1269,15 +1269,6 @@ function _template_preprocess_default_variables() {
return $variables;
}
/**
* #pre_render callback for the html element type.
*
* @deprecated Use \Drupal\Core\Render\Element\Html::preRenderHtml().
*/
function drupal_pre_render_html(array $element) {
return Element\Html::preRenderHtml($element);
}
/**
* Prepares variables for HTML document templates.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment