Search for mode

  1. Search 7.x for mode
  2. Search 9.5.x for mode
  3. Search 8.9.x for mode
  4. Search 10.3.x for mode
  5. Other projects
Title Object type File name Summary
LayoutBuilderFormModeTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutBuilderFormModeTest.php The theme to install as the default for testing.
LayoutBuilderFormModeTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutBuilderFormModeTest.php Modules to install.
LayoutBuilderFormModeTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutBuilderFormModeTest.php
LayoutBuilderFormModeTest::testDiscardValidation function core/modules/layout_builder/tests/src/Functional/LayoutBuilderFormModeTest.php Tests that the 'Discard changes' button skips validation and ignores input.
LayoutBuilderThemeSuggestionsTest::testFieldBlockViewModeTemplates function core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php Tests that of view mode specific field templates are suggested.
LayoutBuilderViewModeTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php Tests the Layout Builder UI with view modes.
LayoutBuilderViewModeTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php
LayoutBuilderViewModeTest::testFullViewModeMultipleBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php Ensures that one bundle doesn't interfere with another bundle.
LayoutBuilderViewModeTest::testLayoutBuilderUiFullViewMode function core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php Tests the interaction between full and default view modes.
LayoutBuilderViewModeTest::testNonDefaultViewMode function core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php Tests that a non-default view mode works as expected.
LayoutDisplayTest::testMultipleViewModes function core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php Tests the interaction between multiple view modes.
layout_builder_fieldblock_test.fake_view_mode_context service core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.services.yml Drupal\layout_builder_fieldblock_test\ContextProvider\FakeViewModeContext
LocaleUpdateTest::testUpdateImportModeNonCustomized function core/modules/locale/tests/src/Functional/LocaleUpdateTest.php Tests translation import and only overwrite non-customized translations.
LocaleUpdateTest::testUpdateImportModeNone function core/modules/locale/tests/src/Functional/LocaleUpdateTest.php Tests translation import and don't overwrite any translation.
MaintenanceMode class core/lib/Drupal/Core/Site/MaintenanceMode.php Provides the default implementation of the maintenance mode service.
MaintenanceMode.php file core/lib/Drupal/Core/Site/MaintenanceMode.php
MaintenanceMode::$config property core/lib/Drupal/Core/Site/MaintenanceMode.php The configuration factory.
MaintenanceMode::$state property core/lib/Drupal/Core/Site/MaintenanceMode.php The state.
MaintenanceMode::applies function core/lib/Drupal/Core/Site/MaintenanceMode.php Returns whether the site is in maintenance mode.
MaintenanceMode::exempt function core/lib/Drupal/Core/Site/MaintenanceMode.php Determines whether a user has access to the site in maintenance mode.
MaintenanceMode::getSiteMaintenanceMessage function core/lib/Drupal/Core/Site/MaintenanceMode.php Gets the site maintenance message.
MaintenanceMode::__construct function core/lib/Drupal/Core/Site/MaintenanceMode.php Constructs a new maintenance mode service.
MaintenanceModeEvents class core/lib/Drupal/Core/Site/MaintenanceModeEvents.php Defines events for maintenance mode.
MaintenanceModeEvents.php file core/lib/Drupal/Core/Site/MaintenanceModeEvents.php
MaintenanceModeEvents::MAINTENANCE_MODE_REQUEST constant core/lib/Drupal/Core/Site/MaintenanceModeEvents.php The name of the event fired when request is made in maintenance more.
MaintenanceModeInterface interface core/lib/Drupal/Core/Site/MaintenanceModeInterface.php Defines the interface for the maintenance mode service.
MaintenanceModeInterface.php file core/lib/Drupal/Core/Site/MaintenanceModeInterface.php
MaintenanceModeInterface::applies function core/lib/Drupal/Core/Site/MaintenanceModeInterface.php Returns whether the site is in maintenance mode.
MaintenanceModeInterface::exempt function core/lib/Drupal/Core/Site/MaintenanceModeInterface.php Determines whether a user has access to the site in maintenance mode.
MaintenanceModeInterface::getSiteMaintenanceMessage function core/lib/Drupal/Core/Site/MaintenanceModeInterface.php Gets the site maintenance message.
MaintenanceModeSubscriber class core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Maintenance mode subscriber for controller requests.
MaintenanceModeSubscriber class core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php Maintenance mode subscriber to log out users.
MaintenanceModeSubscriber.php file core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php
MaintenanceModeSubscriber.php file core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
MaintenanceModeSubscriber::$account property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php The current account.
MaintenanceModeSubscriber::$account property core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php The current account.
MaintenanceModeSubscriber::$bareHtmlPageRenderer property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php The bare HTML page renderer.
MaintenanceModeSubscriber::$config property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php The config factory.
MaintenanceModeSubscriber::$eventDispatcher property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php An event dispatcher instance to use for configuration events.
MaintenanceModeSubscriber::$maintenanceMode property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php The maintenance mode.
MaintenanceModeSubscriber::$maintenanceMode property core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php The maintenance mode.
MaintenanceModeSubscriber::$messenger property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php The messenger.
MaintenanceModeSubscriber::$urlGenerator property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php The URL generator.
MaintenanceModeSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
MaintenanceModeSubscriber::getSubscribedEvents function core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php
MaintenanceModeSubscriber::onKernelRequestMaintenance function core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Returns the site maintenance page if the site is offline.
MaintenanceModeSubscriber::onMaintenanceModeRequest function core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Returns response when site is in maintenance mode and user is not exempt.
MaintenanceModeSubscriber::onMaintenanceModeRequest function core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php Logout users if site is in maintenance mode and user is not exempt.
MaintenanceModeSubscriber::__construct function core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php Constructs a new MaintenanceModeSubscriber.
MaintenanceModeSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Constructs a new MaintenanceModeSubscriber.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.