1 drupal.inc drupal_not_found()

Delivers a "page not found" error to the browser.

Deprecated

since 1.0.0

See also

backdrop_not_found()

Related topics

File

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

Code

function drupal_not_found() {
  backdrop_not_found();
}