Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MaintenanceMode::applies | function | core/ |
Returns whether the site is in maintenance mode. |
| MaintenanceMode::exempt | function | core/ |
Determines whether a user has access to the site in maintenance mode. |
| MaintenanceMode::getSiteMaintenanceMessage | function | core/ |
Gets the site maintenance message. |
| MaintenanceMode::__construct | function | core/ |
Constructs a new maintenance mode service. |
| MaintenanceModeEvents | class | core/ |
Defines events for maintenance mode. |
| MaintenanceModeEvents.php | file | core/ |
|
| MaintenanceModeEvents::MAINTENANCE_MODE_REQUEST | constant | core/ |
The name of the event fired when request is made in maintenance more. |
| MaintenanceModeInterface | interface | core/ |
Defines the interface for the maintenance mode service. |
| MaintenanceModeInterface.php | file | core/ |
|
| MaintenanceModeInterface::applies | function | core/ |
Returns whether the site is in maintenance mode. |
| MaintenanceModeInterface::exempt | function | core/ |
Determines whether a user has access to the site in maintenance mode. |
| MaintenanceModeInterface::getSiteMaintenanceMessage | function | core/ |
Gets the site maintenance message. |
| MaintenanceModeSubscriber | class | core/ |
Maintenance mode subscriber to log out users. |
| MaintenanceModeSubscriber | class | core/ |
Maintenance mode subscriber for controller requests. |
| MaintenanceModeSubscriber.php | file | core/ |
|
| MaintenanceModeSubscriber.php | file | core/ |
|
| MaintenanceModeSubscriber::$account | property | core/ |
The current account. |
| MaintenanceModeSubscriber::$maintenanceMode | property | core/ |
The maintenance mode. |
| MaintenanceModeSubscriber::getLogger | function | core/ |
Gets the logging service. |
| MaintenanceModeSubscriber::getSubscribedEvents | function | core/ |
|
| MaintenanceModeSubscriber::getSubscribedEvents | function | core/ |
|
| MaintenanceModeSubscriber::onKernelRequestMaintenance | function | core/ |
Returns the site maintenance page if the site is offline. |
| MaintenanceModeSubscriber::onMaintenanceModeRequest | function | core/ |
Returns response when site is in maintenance mode and user is not exempt. |
| MaintenanceModeSubscriber::onMaintenanceModeRequest | function | core/ |
Logout users if site is in maintenance mode and user is not exempt. |
| MaintenanceModeSubscriber::onTerminate | function | core/ |
Logs changes to maintenance mode. |
| MaintenanceModeSubscriber::__construct | function | core/ |
|
| MaintenanceModeSubscriber::__construct | function | core/ |
Constructs a new MaintenanceModeSubscriber. |
| MaintenanceThemeTest | class | core/ |
Tests themes and base themes are correctly loaded. |
| MaintenanceThemeTest.php | file | core/ |
|
| MaintenanceThemeTest::testMaintenanceTheme | function | core/ |
Tests that the maintenance theme initializes the theme and its base themes. |
| MaintenanceThemeUpdateRegistryTest | class | core/ |
Ensures theme update functions are registered for maintenance themes. |
| MaintenanceThemeUpdateRegistryTest.php | file | core/ |
|
| MaintenanceThemeUpdateRegistryTest::$profile | property | core/ |
The profile to install as a basis for testing. |
| MaintenanceThemeUpdateRegistryTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| MaintenanceThemeUpdateRegistryTest::prepareSettings | function | core/ |
Prepares site settings and services before installation. |
| MaintenanceThemeUpdateRegistryTest::testMaintenanceThemeUpdateRegistration | function | core/ |
Tests that after installing the profile there are no outstanding updates. |
| MAINTENANCE_MODE | constant | core/ |
Global flag to indicate the site is in installation mode. |
| maintenance_mode | service | core/ |
Drupal\Core\Site\MaintenanceMode |
| maintenance_mode_subscriber | service | core/ |
Drupal\Core\EventSubscriber\MaintenanceModeSubscriber |
| maintenance_page.css | file | core/ |
.maintenance-page { --color-absolutezero: var(--gin-color-primary); --color-absolutezero-hover: var(--gin-color-primary-hover); --color-absolutezero-active: var(--gin-color-primary-active); --color-gray: var(--gin-color-text); … |
| maintenance_page.css | file | core/ |
Maintenance page styles. |
| maintenance_page.pcss.css | file | core/ |
Maintenance page styles. |
| main_content_renderer.ajax | service | core/ |
Drupal\Core\Render\MainContent\AjaxRenderer |
| main_content_renderer.dialog | service | core/ |
Drupal\Core\Render\MainContent\DialogRenderer |
| main_content_renderer.extra_wide_modal | service | core/ |
Drupal\dialog_renderer_test\Render\MainContent\WideModalRenderer |
| main_content_renderer.html | service | core/ |
Drupal\Core\Render\MainContent\HtmlRenderer |
| main_content_renderer.htmx | service | core/ |
Drupal\Core\Render\MainContent\HtmxRenderer |
| main_content_renderer.json | service | core/ |
Drupal\common_test\Render\MainContent\JsonRenderer |
| main_content_renderer.modal | service | core/ |
Drupal\Core\Render\MainContent\ModalRenderer |
| main_content_renderer.off_canvas | service | core/ |
Drupal\Core\Render\MainContent\OffCanvasRenderer |
Pagination
- Previous page
- Page 998
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.