Search for mode
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Logout users if site is in maintenance mode and user is not exempt. |
| MaintenanceModeSubscriber::onMaintenanceModeRequest | function | core/ |
Returns response when site is in maintenance mode and user is not exempt. |
| MaintenanceModeSubscriber::onTerminate | function | core/ |
Logs changes to maintenance mode. |
| MaintenanceModeSubscriber::__construct | function | core/ |
Constructs a new MaintenanceModeSubscriber. |
| MaintenanceModeSubscriber::__construct | function | core/ |
|
| MAINTENANCE_MODE | constant | core/ |
Global flag to indicate the site is in installation mode. |
| maintenance_mode | service | core/ |
Drupal\Core\Site\MaintenanceMode |
| MAINTENANCE_MODE | constant | core/ |
Global flag to identify update.php and authorize.php runs. |
| maintenance_mode_subscriber | service | core/ |
Drupal\Core\EventSubscriber\MaintenanceModeSubscriber |
| ManageDisplayTest::testFormModeLocalTasksOrder | function | core/ |
Tests if form mode local tasks appear in alphabetical order by label. |
| ManageDisplayTest::testViewModeCustom | function | core/ |
Tests switching view modes to use custom or 'default' settings'. |
| ManageDisplayTest::testViewModeLocalTasks | function | core/ |
Tests the local tasks are displayed correctly for view modes. |
| ManageDisplayTest::testViewModeLocalTasksOrder | function | core/ |
Tests if display mode local tasks appear in alphabetical order by label. |
| ManageDisplayTest::testViewModeUi | function | core/ |
Tests view mode management screens. |
| Media::configureViewModes | function | core/ |
Configures allowed view modes. |
| MediaLibraryDisplayModeTest | class | core/ |
Tests that the Media Library automatically configures form/view modes. |
| MediaLibraryDisplayModeTest.php | file | core/ |
|
| MediaLibraryDisplayModeTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MediaLibraryDisplayModeTest::$modules | property | core/ |
Modules to install. |
| MediaLibraryDisplayModeTest::assertFormDisplay | function | core/ |
Asserts the media library form display components for a media type. |
| MediaLibraryDisplayModeTest::assertViewDisplay | function | core/ |
Asserts the media library view display components for a media type. |
| MediaLibraryDisplayModeTest::setUp | function | core/ |
|
| MediaLibraryDisplayModeTest::testDisplayModes | function | core/ |
Tests that the Media Library can automatically configure display modes. |
| MediaTest::providerTestViewMode | function | core/ |
For testing view modes in different scenarios. |
| MediaTest::testViewMode | function | core/ |
Tests view mode integration. |
| MenuRouterTest::doTestThemeCallbackMaintenanceMode | function | core/ |
Tests the theme negotiation when the site is in maintenance mode. |
| MenuRouterTest::testMaintenanceModeLoginPaths | function | core/ |
Make sure the maintenance mode can be bypassed using an EventSubscriber. |
| MenuUiContentModerationTest | class | core/ |
Tests Menu UI and Content Moderation integration. |
| MenuUiContentModerationTest.php | file | core/ |
|
| MenuUiContentModerationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
Pagination
- Previous page
- Page 19
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.