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
access_check.field_ui.form_mode service core/modules/field_ui/field_ui.services.yml Drupal\field_ui\Access\FormModeAccessCheck
access_check.field_ui.view_mode service core/modules/field_ui/field_ui.services.yml Drupal\field_ui\Access\ViewModeAccessCheck
AdminTest::testCompactMode function core/modules/system/tests/src/Functional/System/AdminTest.php Test compact mode.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Creates a "Basic page" block with multiple view modes.
BlockContentModerationHandler class core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php Customizations for block content entities.
BlockContentModerationHandler.php file core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php
BlockContentModerationHandler::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php Alters bundle forms to enforce revision handling.
BlockContentModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php Alters entity forms to enforce revision handling.
BookContentModerationTest class core/modules/book/tests/src/Functional/BookContentModerationTest.php Tests Book and Content Moderation integration.
BookContentModerationTest.php file core/modules/book/tests/src/Functional/BookContentModerationTest.php
BookContentModerationTest::$defaultTheme property core/modules/book/tests/src/Functional/BookContentModerationTest.php The theme to install as the default for testing.
BookContentModerationTest::$modules property core/modules/book/tests/src/Functional/BookContentModerationTest.php Modules to install.
BookContentModerationTest::setUp function core/modules/book/tests/src/Functional/BookContentModerationTest.php
BookContentModerationTest::testBookWithPendingRevisions function core/modules/book/tests/src/Functional/BookContentModerationTest.php Tests that book drafts can not modify the book outline.
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.
CommentDefaultFormatter::getViewModes function core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php Provides a list of comment view modes for the configured comment type.
CommentIntegrationTest::testViewMode function core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php Tests view mode setting integration.
CommentInterfaceTest::testViewMode function core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Tests the comment formatter configured with a custom comment view mode.
CommentManagerInterface::COMMENT_MODE_FLAT constant core/modules/comment/src/CommentManagerInterface.php Comments are displayed in a flat list - expanded.
CommentManagerInterface::COMMENT_MODE_THREADED constant core/modules/comment/src/CommentManagerInterface.php Comments are displayed as a threaded list - expanded.
ComponentEntityDisplayBase::MODE_NAME constant core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php
Content Moderation Workflow Type Plugin group core/modules/content_moderation/content_moderation.api.php The Workflow Type plugin implemented by Content Moderation links revisionable
entities to workflows.
content-moderation.css file core/profiles/demo_umami/themes/umami/css/components/forms/content-moderation.css This file is used to style the content moderation form.
ContentModeration class core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Attaches workflows to content entity types and their bundles.
ContentModeration.php file core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php
ContentModeration::$entityTypeBundleInfo property core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php The entity type bundle info service.
ContentModeration::$entityTypeManager property core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php The entity type manager.
ContentModeration::$moderationInfo property core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php The moderation information service.
ContentModeration::addEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Add an entity type ID / bundle ID to the workflow.
ContentModeration::appliesToEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Checks if the workflow applies to the supplied entity type and bundle.
ContentModeration::calculateDependencies function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Calculates dependencies for the configured plugin.
ContentModeration::create function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Creates an instance of the plugin.
ContentModeration::defaultConfiguration function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Gets default configuration for this plugin.
ContentModeration::getBundlesForEntityType function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Gets any bundles the workflow is applied to for the given entity type.
ContentModeration::getConfiguration function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Gets this plugin's configuration.
ContentModeration::getEntityTypes function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Gets the entity types the workflow is applied to.
ContentModeration::getInitialState function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Gets the initial state for the workflow.
ContentModeration::getState function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Gets a workflow state.
ContentModeration::onDependencyRemoval function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Informs the plugin that a dependency of the workflow will be deleted.
ContentModeration::removeEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Removes an entity type ID / bundle ID from the workflow.
ContentModeration::workflowHasData function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Determines if the workflow is being has data associated with it.
ContentModeration::workflowStateHasData function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Determines if the workflow state has data associated with it.
ContentModeration::__construct function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Constructs a ContentModeration object.
ContentModerationAccessTest class core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php Tests content moderation access.
ContentModerationAccessTest.php file core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php
ContentModerationAccessTest::$modules property core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php Modules to enable.
ContentModerationAccessTest::setUp function core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php
ContentModerationAccessTest::testAccessCacheability function core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php Tests access cacheability.
ContentModerationAdminPathEntityConverterLanguageTest class core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php Test administration path based entity conversion when moderation enabled.

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