1 drupal.inc drupal_render(&$elements)

Renders HTML given a structured array tree.

Deprecated

since 1.0.0

See also

backdrop_render()

Related topics

File

core/includes/drupal.inc, line 1241
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_render(&$elements) {
  return backdrop_render($elements);
}