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. Other projects
Title Object type File name Summary
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
ConnectionTest::providerSupportedFetchModes function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Provides data for testSupportedFetchModes.
ConnectionTest::providerUnsupportedFetchModes function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Provides data for testUnsupportedFetchModes.
ConnectionTest::testSupportedFetchModes function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Tests supported fetch modes.
ConnectionTest::testUnsupportedFetchModes function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Tests unsupported fetch modes.
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.
content-moderation.css file core/themes/olivero/css/components/content-moderation.css Styles for content moderation toolbar.
content-moderation.pcss.css file core/themes/olivero/css/components/content-moderation.pcss.css Styles for content moderation toolbar.
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.
ContentModerationAdminPathEntityConverterLanguageTest.php file core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php
ContentModerationAdminPathEntityConverterLanguageTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php The theme to install as the default for testing.
ContentModerationAdminPathEntityConverterLanguageTest::$modules property core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php Modules to enable.
ContentModerationConfigureEntityTypesForm class core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The form for editing entity types associated with a workflow.
ContentModerationConfigureEntityTypesForm.php file core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php
ContentModerationConfigureEntityTypesForm::$bundleInfo property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The entity type bundle information service.
ContentModerationConfigureEntityTypesForm::$entityType property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The entity type definition object.
ContentModerationConfigureEntityTypesForm::$entityTypeManager property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The entity type manager service.
ContentModerationConfigureEntityTypesForm::$messenger property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The Messenger service.
ContentModerationConfigureEntityTypesForm::$moderationInformation property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The moderation information service.
ContentModerationConfigureEntityTypesForm::$workflow property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The workflow entity object.

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