1 drupal.inc | drupal_render_cid_create($elements) |
Creates the cache ID for a renderable element.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 1311 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_render_cid_create($elements) {
return backdrop_render_cid_create($elements);
}