1 drupal.inc drupal_pre_render_link($element)

Pre-render callback: Renders a link into #markup.

Deprecated

since 1.0.0

See also

backdrop_pre_render_link()

Related topics

File

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

Code

function drupal_pre_render_link($element) {
  return backdrop_pre_render_link($element);
}