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
CKEditorIntegrationTest::leaveSourceMode function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Leaves source mode and returns to the CKEditor iframe.
CKEditorIntegrationTest::testViewMode function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests the EditorMediaDialog can set the data-view-mode attribute.
ContentModerationUpdateTest class core/modules/content_moderation/tests/src/Functional/Update/ContentModerationUpdateTest.php Tests that content moderation settings are updated during database updates.
ContentModerationUpdateTest.php file core/modules/content_moderation/tests/src/Functional/Update/ContentModerationUpdateTest.php
ContentModerationUpdateTest::setDatabaseDumpFiles function core/modules/content_moderation/tests/src/Functional/Update/ContentModerationUpdateTest.php Set database dump files to be used.
ContentModerationUpdateTest::testOwnerEntityKey function core/modules/content_moderation/tests/src/Functional/Update/ContentModerationUpdateTest.php Tests that the content moderation state entity has an 'owner' entity key.
core.entity_form_mode.workspace.deploy.yml file core/modules/workspaces/config/install/core.entity_form_mode.workspace.deploy.yml core/modules/workspaces/config/install/core.entity_form_mode.workspace.deploy.yml
DefaultContentModerationStateRevisionUpdateTest class core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Test updating the ContentModerationState entity default revisions.
DefaultContentModerationStateRevisionUpdateTest.php file core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php
DefaultContentModerationStateRevisionUpdateTest::assertCompositeEntityMatchesDefaultRevisionId function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Assert for the given entity, the default revision ID matches.
DefaultContentModerationStateRevisionUpdateTest::getEntityByLabel function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Load an entity by label.
DefaultContentModerationStateRevisionUpdateTest::setDatabaseDumpFiles function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Set database dump files to be used.
DefaultContentModerationStateRevisionUpdateTest::testNoEntitiesUnderModeration function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Test the post_update hook when no entity types are being moderated.
DefaultContentModerationStateRevisionUpdateTest::testUpdateDefaultRevision function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Test updating the default revision.
DefaultModerationStateUpdateTest class core/modules/content_moderation/tests/src/Functional/Update/DefaultModerationStateUpdateTest.php Tests the upgrade path for updating the 'default_moderation_state' setting.
DefaultModerationStateUpdateTest.php file core/modules/content_moderation/tests/src/Functional/Update/DefaultModerationStateUpdateTest.php
DefaultModerationStateUpdateTest::setDatabaseDumpFiles function core/modules/content_moderation/tests/src/Functional/Update/DefaultModerationStateUpdateTest.php Set database dump files to be used.
DefaultModerationStateUpdateTest::testUpdateDefaultModerationState function core/modules/content_moderation/tests/src/Functional/Update/DefaultModerationStateUpdateTest.php Tests updating the default moderation state setting.
DeprecatedModerationStateViewsRelationshipTest class core/modules/content_moderation/tests/src/Functional/DeprecatedModerationStateViewsRelationshipTest.php Test the deprecated views relationships.
DeprecatedModerationStateViewsRelationshipTest.php file core/modules/content_moderation/tests/src/Functional/DeprecatedModerationStateViewsRelationshipTest.php
DeprecatedModerationStateViewsRelationshipTest::$modules property core/modules/content_moderation/tests/src/Functional/DeprecatedModerationStateViewsRelationshipTest.php Modules to enable.
DeprecatedModerationStateViewsRelationshipTest::setUp function core/modules/content_moderation/tests/src/Functional/DeprecatedModerationStateViewsRelationshipTest.php
DeprecatedModerationStateViewsRelationshipTest::testCodeDeprecationModerationStateRelationships function core/modules/content_moderation/tests/src/Functional/DeprecatedModerationStateViewsRelationshipTest.php Test the deprecations are triggered when the deprecated code is executed.
DeprecatedModerationStateViewsRelationshipTest::testReportDeprecatedModerationStateRelationships function core/modules/content_moderation/tests/src/Functional/DeprecatedModerationStateViewsRelationshipTest.php Test how the deprecated relationships appear in the UI.
drupal-8.4.0-content_moderation_installed.php file core/modules/content_moderation/tests/fixtures/update/drupal-8.4.0-content_moderation_installed.php Content moderation installed in the standard profile at 8.4.0.
drupal-8.5.0-content_moderation_installed.php file core/modules/content_moderation/tests/fixtures/update/drupal-8.5.0-content_moderation_installed.php Content moderation installed in the standard profile at 8.5.0.
EntityCacheTagsTestBase::selectViewMode function core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php Selects the preferred view mode for the given entity type.
EntityDisplayBase::$mode property core/lib/Drupal/Core/Entity/EntityDisplayBase.php View or form mode to be displayed.
EntityDisplayBase::$originalMode property core/lib/Drupal/Core/Entity/EntityDisplayBase.php The original view or form mode that was requested (case of view/form modes
being configured to fall back to the 'default' display).
EntityDisplayBase::CUSTOM_MODE constant core/lib/Drupal/Core/Entity/EntityDisplayBase.php The 'mode' for runtime EntityDisplay objects used to render entities with
arbitrary display options rather than a configured view mode or form mode.
EntityDisplayBase::getMode function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the view or form mode to be displayed.
EntityDisplayBase::getOriginalMode function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the original view or form mode that was requested.
EntityDisplayBaseTest::testGetMode function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php @covers ::getMode[[api-linebreak]]
EntityDisplayBaseTest::testGetOriginalMode function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php @covers ::getOriginalMode[[api-linebreak]]
EntityDisplayInterface::getMode function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Gets the view or form mode to be displayed.
EntityDisplayInterface::getOriginalMode function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Gets the original view or form mode that was requested.
EntityDisplayModeBase class core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Base class for config entity types with settings for form and view modes.
EntityDisplayModeBase.php file core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php
EntityDisplayModeBase::$cache property core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Whether or not the rendered output of this view mode is cached by default.
EntityDisplayModeBase::$id property core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php The ID of the form or view mode.
EntityDisplayModeBase::$label property core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php The human-readable name of the form or view mode.
EntityDisplayModeBase::$status property core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Whether or not this form or view mode has custom settings by default.
EntityDisplayModeBase::$targetEntityType property core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php The entity type this form or view mode is used for.
EntityDisplayModeBase::calculateDependencies function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Calculates dependencies and stores them in the dependency property.
EntityDisplayModeBase::getTargetType function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Gets the entity type this display mode is used for.
EntityDisplayModeBase::preDelete function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Acts on entities before they are deleted and before hooks are invoked.
EntityDisplayModeBase::preSave function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Acts on an entity before the presave hook is invoked.
EntityDisplayModeBase::setTargetType function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Set the entity type this display mode is used for.
EntityDisplayModeBase::sort function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Helper callback for uasort() to sort configuration entities by weight and label.
EntityDisplayModeBase::urlRouteParameters function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Gets an array of placeholders for this entity.

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