Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
common.inc
»
drupal_render_page
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
7 calls to drupal_render_page()
ExceptionController::on403Html
in drupal/
core/
lib/
Drupal/
Core/
Controller/
ExceptionController.php
Processes an AccessDenied exception into an HTTP 403 response.
ExceptionController::on404Html
in drupal/
core/
lib/
Drupal/
Core/
Controller/
ExceptionController.php
Processes a NotFound exception into an HTTP 404 response.
HtmlPageController::content
in drupal/
core/
lib/
Drupal/
Core/
Controller/
HtmlPageController.php
Controller method for generic HTML pages.
overlay_render_region
in drupal/
core/
modules/
overlay/
overlay.module
Renders an individual page region.
Page::execute
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
Page.php
Overrides
\Drupal\views\Plugin\views\display\PathPluginBase::execute
().
ViewSubscriber::onHtml
in drupal/
core/
lib/
Drupal/
Core/
EventSubscriber/
ViewSubscriber.php
Processes a successful controller into an HTTP 200 response.
ViewSubscriber::onView
in drupal/
core/
lib/
Drupal/
Core/
EventSubscriber/
ViewSubscriber.php
Processes a successful controller into an HTTP 200 response.