1 drupal.inc drupal_render_cache_get($elements)

Gets the rendered output of a renderable element from the cache.

Deprecated

since 1.0.0

See also

backdrop_render_cache_get()

Related topics

File

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

Code

function drupal_render_cache_get($elements) {
  return backdrop_render_cache_get($elements);
}