1 drupal.inc | drupal_pre_render_markup($elements) |
Pre-render callback: Appends contents in #markup to #children.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 1221 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_pre_render_markup($elements) {
return backdrop_pre_render_markup($elements);
}