1 drupal.inc | drupal_pre_render_scripts($elements) |
#pre_render callback to add the elements needed for JavaScript tags to be rendered.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 989 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_pre_render_scripts($elements) {
return backdrop_pre_render_scripts($elements);
}