1.20.x drupal.inc drupal_pre_render_links($element)

Pre-render callback: Collects child links into a single array.

Deprecated

since 1.0.0

See also

backdrop_pre_render_links()

Related topics

File

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

Code

function drupal_pre_render_links($element) {
  return backdrop_pre_render_links($element);
}