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. Search main for mode
  6. Other projects
Title Object type File name Summary
SqlModeTest.php file core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php
SqlModeTest::getDatabaseConnectionInfo function core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php Returns the Database connection info to be used for this test.
SqlModeTest::getDatabaseConnectionInfo function core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php Returns the Database connection info to be used for this test.
SqlModeTest::testQuotingIdentifiers function core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php Tests quoting identifiers in queries.
SqlModeTest::testQuotingIdentifiers function core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php Tests quoting identifiers in queries.
StandardTest::providerTestDisallowMode function core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php Data provider for testDisallowMode().
StandardTest::testDisallowMode function core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php Tests removing disallowed tags and XSS prevention.
StatementBase::$fetchMode property core/lib/Drupal/Core/Database/Statement/StatementBase.php Holds the default fetch mode.
StatementBase::setFetchMode function core/lib/Drupal/Core/Database/Statement/StatementBase.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.
StatementPrefetchIterator::$defaultFetchMode property core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Holds the default fetch mode.
StatementWrapperIterator::$defaultFetchMode property core/lib/Drupal/Core/Database/StatementWrapperIterator.php Holds the default fetch mode.
StateTransitionValidation::$moderationInfo property core/modules/content_moderation/src/StateTransitionValidation.php The moderation information service.
StorageComparer::$writeMode property core/lib/Drupal/Core/Config/StorageComparer.php Indicates whether the target storage should be wrapped in a cache.
StorageComparer::writeMode function core/lib/Drupal/Core/Config/StorageComparer.php Changes the StorageComparer to write mode.
StorageComparerInterface::writeMode function core/lib/Drupal/Core/Config/StorageComparerInterface.php Changes the StorageComparer to write mode.
system.maintenance_mode.html.twig file core/modules/system/help_topics/system.maintenance_mode.html.twig ---
label: 'Enabling and disabling maintenance mode'
related:
- core.maintenance
- system.cache
---
{% set cache_topic = render_var(help_topic_link('system.cache')) %}
{% set maintenance_link_text %}{% trans %}Maintenance…
SystemHooks::systemEntityFormModePresave function core/modules/system/src/Hook/SystemHooks.php Implements hook_entity_form_mode_presave().
system_admin_compact_mode function core/modules/system/system.module Determines whether the current user is in compact mode.
system_post_update_clear_admin_compact_mode_config function core/modules/system/system.post_update.php Remove the admin_compact_mode config.
system_post_update_convert_empty_description_entity_form_modes_to_null function core/modules/system/system.post_update.php Updates entity_form_mode descriptions from empty string to null.
TaxonomyTermContentModerationTest class core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php Tests taxonomy terms with Content Moderation.
TaxonomyTermContentModerationTest.php file core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php
TaxonomyTermContentModerationTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php The theme to install as the default for testing.
TaxonomyTermContentModerationTest::$modules property core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php Modules to install.
TaxonomyTermContentModerationTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php The vocabulary used for creating terms.
TaxonomyTermContentModerationTest::setUp function core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php
TaxonomyTermContentModerationTest::testTaxonomyTermParents function core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php Tests taxonomy term parents on a moderated vocabulary.
TaxonomyTermContentModerationTest::testTaxonomyTermPendingRevisions function core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php Tests changing field values in pending revisions of taxonomy terms.
TaxonomyTermModerationHandler class core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php Customizations for taxonomy term entities.
TaxonomyTermModerationHandler.php file core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php
TaxonomyTermModerationHandler::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php Alters bundle forms to enforce revision handling.
TaxonomyTermModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php Alters entity forms to enforce revision handling.
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.
TranslationUpdateMode.php file core/modules/locale/src/Model/TranslationUpdateMode.php
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.
Upgrade6WithContentModerationTest class core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php Tests Drupal 6 upgrade using the migrate UI with Content Moderation.
Upgrade6WithContentModerationTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php
Upgrade6WithContentModerationTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php Modules to install.
Upgrade6WithContentModerationTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php Gets the expected number of entities per entity type after migration.
Upgrade6WithContentModerationTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php Gets expected number of entities per entity after incremental migration.
Upgrade6WithContentModerationTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php
Upgrade7WithContentModerationTest class core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php Tests Drupal 7 upgrade using the migrate UI with Content Moderation.
Upgrade7WithContentModerationTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php
Upgrade7WithContentModerationTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php Modules to install.
Upgrade7WithContentModerationTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php Gets the expected number of entities per entity type after migration.
Upgrade7WithContentModerationTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php

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