Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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::__construct function core/lib/Drupal/Core/Site/MaintenanceMode.php Constructs a new maintenance mode service.
MaintenanceModeInterface::applies function core/lib/Drupal/Core/Site/MaintenanceModeInterface.php Returns whether the site is in maintenance mode.
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::$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::getSiteMaintenanceMessage function core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Gets the site maintenance message.
MaintenanceModeSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
MaintenanceModeSubscriber::getSubscribedEvents function core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php
MaintenanceModeSubscriber::onKernelRequestMaintenance function core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php Logout users if site is in maintenance mode.
MaintenanceModeSubscriber::onKernelRequestMaintenance function core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Returns the site maintenance page if the site is offline.
MaintenanceModeSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Constructs a new MaintenanceModeSubscriber.
MaintenanceModeSubscriber::__construct function core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php Constructs a new MaintenanceModeSubscriber.
MaintenanceThemeTest class core/tests/Drupal/KernelTests/Core/Theme/MaintenanceThemeTest.php Tests themes and base themes are correctly loaded.
MaintenanceThemeTest.php file core/tests/Drupal/KernelTests/Core/Theme/MaintenanceThemeTest.php
MaintenanceThemeTest::testMaintenanceTheme function core/tests/Drupal/KernelTests/Core/Theme/MaintenanceThemeTest.php Tests that the maintenance theme initializes the theme and its base themes.
maintenance_mode_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\MaintenanceModeSubscriber
main_content_renderer.json service core/modules/system/tests/modules/common_test/common_test.services.yml Drupal\common_test\Render\MainContent\JsonRenderer
main_content_renderer.off_canvas service core/core.services.yml Drupal\Core\Render\MainContent\OffCanvasRenderer
main_content_renderer.off_canvas_top service core/core.services.yml Drupal\Core\Render\MainContent\OffCanvasRenderer
main_content_view_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\MainContentViewSubscriber
MakeLayoutUntranslatableUpdatePathTestBase class core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Base class for upgrade path for translatable layouts.
MakeLayoutUntranslatableUpdatePathTestBase.php file core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php
MakeLayoutUntranslatableUpdatePathTestBase::$expectedBundleUpdates property core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Expectations of field updates by bundles.
MakeLayoutUntranslatableUpdatePathTestBase::$expectedFieldStorageUpdate property core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Whether the field storage should be updated.
MakeLayoutUntranslatableUpdatePathTestBase::$layoutBuilderTestCases property core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Layout builder test cases.
MakeLayoutUntranslatableUpdatePathTestBase::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Set database dump files to be used.
MakeLayoutUntranslatableUpdatePathTestBase::testDisableTranslationOnLayouts function core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Tests the upgrade path for translatable layouts.
MakeUniqueBase class core/modules/migrate/src/Plugin/migrate/process/MakeUniqueBase.php This plugin ensures the source value is unique.
MakeUniqueBase.php file core/modules/migrate/src/Plugin/migrate/process/MakeUniqueBase.php
MakeUniqueBase::exists function core/modules/migrate/src/Plugin/migrate/process/MakeUniqueBase.php This is a query checking the existence of some value.
MakeUniqueBase::transform function core/modules/migrate/src/Plugin/migrate/process/MakeUniqueBase.php Creates a unique value based on the source value.
MakeUniqueEntityField::exists function core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php This is a query checking the existence of some value.
MakeUniqueEntityField::__construct function core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php Constructs a \Drupal\Component\Plugin\PluginBase object.
MakeUniqueEntityFieldTest class core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\process\MakeUniqueEntityField[[api-linebreak]]
@group migrate
MakeUniqueEntityFieldTest.php file core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php
MakeUniqueEntityFieldTest::$entityQuery property core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php The mock entity query.
MakeUniqueEntityFieldTest::$entityTypeManager property core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php The mocked entity type manager.
MakeUniqueEntityFieldTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php The migration configuration, initialized to set the ID to test.
MakeUniqueEntityFieldTest::entityQueryExpects function core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php Helper function to add expectations to the mock entity query object.

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