1 drupal.inc | drupal_exit($destination = NULL) |
Performs end-of-request tasks.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 769 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_exit($destination = NULL) {
backdrop_exit($destination);
}