1.20.x drupal.inc drupal_render_cid_parts($granularity = NULL)

Returns cache ID parts for building a cache ID.

Deprecated

since 1.0.0

See also

backdrop_render_cid_parts()

Related topics

File

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

Code

function drupal_render_cid_parts($granularity = NULL) {
  return backdrop_render_cid_parts($granularity);
}