Search for mode

  1. Search 7.x for mode
  2. Search 9.5.x for mode
  3. Search 10.3.x for mode
  4. Search 11.x for mode
  5. Other projects
Title Object type File name Summary
SettingsTrayTestBase::assertEditModeDisabled function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php Assert that edit mode has been properly disabled.
SettingsTrayTestBase::assertEditModeEnabled function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php Assert that edit mode has been properly enabled.
SettingsTrayTestBase::disableEditMode function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php Disables edit mode by pressing edit button in the toolbar.
SettingsTrayTestBase::enableEditMode function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php Enables edit mode by pressing edit button in the toolbar.
SiteMaintenanceModeForm class core/modules/system/src/Form/SiteMaintenanceModeForm.php Configure maintenance settings for this site.
SiteMaintenanceModeForm.php file core/modules/system/src/Form/SiteMaintenanceModeForm.php
SiteMaintenanceModeForm::$permissionHandler property core/modules/system/src/Form/SiteMaintenanceModeForm.php The permission handler.
SiteMaintenanceModeForm::$state property core/modules/system/src/Form/SiteMaintenanceModeForm.php The state keyvalue collection.
SiteMaintenanceModeForm::buildForm function core/modules/system/src/Form/SiteMaintenanceModeForm.php Form constructor.
SiteMaintenanceModeForm::create function core/modules/system/src/Form/SiteMaintenanceModeForm.php Instantiates a new instance of this class.
SiteMaintenanceModeForm::getEditableConfigNames function core/modules/system/src/Form/SiteMaintenanceModeForm.php Gets the configuration names that will be editable.
SiteMaintenanceModeForm::getFormId function core/modules/system/src/Form/SiteMaintenanceModeForm.php Returns a unique string identifying the form.
SiteMaintenanceModeForm::submitForm function core/modules/system/src/Form/SiteMaintenanceModeForm.php Form submission handler.
SiteMaintenanceModeForm::__construct function core/modules/system/src/Form/SiteMaintenanceModeForm.php Constructs a new SiteMaintenanceModeForm.
StandardTest::providerTestBlackListMode function core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php Data provider for testBlacklistMode().
StandardTest::testBlacklistMode function core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php Tests removing disallowed tags and XSS prevention.
Statement::setFetchMode function core/lib/Drupal/Core/Database/Statement.php Sets the default fetch mode for this statement.
StatementEmpty::setFetchMode function core/lib/Drupal/Core/Database/StatementEmpty.php Sets the default fetch mode for this statement.
StatementInterface::setFetchMode function core/lib/Drupal/Core/Database/StatementInterface.php Sets the default fetch mode for this statement.
StatementPrefetch::setFetchMode function core/lib/Drupal/Core/Database/StatementPrefetch.php Sets the default fetch mode for this statement.
StateTransitionValidation::$moderationInfo property core/modules/content_moderation/src/StateTransitionValidation.php The moderation information service.
system.maintenance_mode.html.twig file core/modules/help_topics/help_topics/system.maintenance_mode.html.twig ---
label: 'Enabling and disabling maintenance mode'
related:
- core.maintenance
- system.cache
---
{% set maintenance_url = render_var(url('system.site_maintenance_mode')) %}
{% set cache_help =…
system_admin_compact_mode function core/modules/system/system.module Determines whether the current user is in compact mode.
TestPerComponentEntityDisplay::MODE_NAME constant core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php
TestPerComponentEntityFormDisplay::MODE_NAME constant core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php
TestSelection::setTestMode function core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php Sets the test mode.
UpdateScriptTest::testMaintenanceModeLink function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests maintenance mode link on update.php.
UpdateScriptTest::testMaintenanceModeUpdateFunctionality function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests update.php while in maintenance mode.
user_maintenance_mode_subscriber service core/modules/user/user.services.yml Drupal\user\EventSubscriber\MaintenanceModeSubscriber
ViewMode class core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php The view mode source.
ViewMode class core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php The view mode source class.
ViewMode.php file core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php
ViewMode.php file core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php
ViewMode::calculateDependencies function core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php Calculates dependencies for the configured plugin.
ViewMode::fields function core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php Returns available fields on the source.
ViewMode::fields function core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php Returns available fields on the source.
ViewMode::getIds function core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php Defines the source fields uniquely identifying a source row.
ViewMode::getIds function core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php Defines the source fields uniquely identifying a source row.
ViewMode::initializeIterator function core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php Initializes the iterator with the source data.
ViewMode::initializeIterator function core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php Initializes the iterator with the source data.
ViewMode::query function core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php
ViewModeAccessCheck class core/modules/field_ui/src/Access/ViewModeAccessCheck.php Defines an access check for entity view mode routes.
ViewModeAccessCheck.php file core/modules/field_ui/src/Access/ViewModeAccessCheck.php
ViewModeAccessCheck::$deprecatedProperties property core/modules/field_ui/src/Access/ViewModeAccessCheck.php
ViewModeAccessCheck::$entityTypeManager property core/modules/field_ui/src/Access/ViewModeAccessCheck.php The entity type manager.
ViewModeAccessCheck::access function core/modules/field_ui/src/Access/ViewModeAccessCheck.php Checks access to the view mode.
ViewModeAccessCheck::__construct function core/modules/field_ui/src/Access/ViewModeAccessCheck.php Creates a new ViewModeAccessCheck.
ViewModeBase class core/modules/node/src/Plugin/migrate/source/d6/ViewModeBase.php A base class for migrations that require view mode info.
ViewModeBase.php file core/modules/node/src/Plugin/migrate/source/d6/ViewModeBase.php
ViewModeBase::count function core/modules/node/src/Plugin/migrate/source/d6/ViewModeBase.php Gets the source count.

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