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
EntityFormModeValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php Modules to install.
EntityFormModeValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php
EntityFormModeValidationTest::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php Tests that immutable properties cannot be changed.
EntityFormModeXmlAnonTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php @group rest
EntityFormModeXmlAnonTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php
EntityFormModeXmlAnonTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php The theme to install as the default for testing.
EntityFormModeXmlAnonTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php The format to use in this test.
EntityFormModeXmlAnonTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php The MIME type that corresponds to $format.
EntityFormModeXmlBasicAuthTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php @group rest
EntityFormModeXmlBasicAuthTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php
EntityFormModeXmlBasicAuthTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php The authentication mechanism to use in this test.
EntityFormModeXmlBasicAuthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php The theme to install as the default for testing.
EntityFormModeXmlBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php The format to use in this test.
EntityFormModeXmlBasicAuthTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php The MIME type that corresponds to $format.
EntityFormModeXmlBasicAuthTest::$modules property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php @todo Remove 'field_ui' when https://www.drupal.org/node/2867266.
EntityFormModeXmlCookieTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php @group rest
EntityFormModeXmlCookieTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php
EntityFormModeXmlCookieTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php The authentication mechanism to use in this test.
EntityFormModeXmlCookieTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php The theme to install as the default for testing.
EntityFormModeXmlCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php The format to use in this test.
EntityFormModeXmlCookieTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php The MIME type that corresponds to $format.
EntityFormTest::testEntityFormModeAlter function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests hook_entity_form_mode_alter() and hook_ENTITY_TYPE_form_mode_alter().
EntityModerationForm class core/modules/content_moderation/src/Form/EntityModerationForm.php The EntityModerationForm provides a simple UI for changing moderation state.
EntityModerationForm.php file core/modules/content_moderation/src/Form/EntityModerationForm.php
EntityModerationForm::$moderationInfo property core/modules/content_moderation/src/Form/EntityModerationForm.php The moderation information service.
EntityModerationForm::$time property core/modules/content_moderation/src/Form/EntityModerationForm.php The time service.
EntityModerationForm::$validation property core/modules/content_moderation/src/Form/EntityModerationForm.php The moderation state transition validation service.
EntityModerationForm::buildForm function core/modules/content_moderation/src/Form/EntityModerationForm.php Form constructor.
EntityModerationForm::create function core/modules/content_moderation/src/Form/EntityModerationForm.php Instantiates a new instance of this class.
EntityModerationForm::getFormId function core/modules/content_moderation/src/Form/EntityModerationForm.php Returns a unique string identifying the form.
EntityModerationForm::submitForm function core/modules/content_moderation/src/Form/EntityModerationForm.php Form submission handler.
EntityModerationForm::__construct function core/modules/content_moderation/src/Form/EntityModerationForm.php EntityModerationForm constructor.
EntityModerationRouteProvider class core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php Dynamic route provider for the Content moderation module.
EntityModerationRouteProvider.php file core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php
EntityModerationRouteProvider::$entityFieldManager property core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php The entity type manager.
EntityModerationRouteProvider::createInstance function core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php Instantiates a new instance of this entity handler.
EntityModerationRouteProvider::getEntityTypeIdKeyType function core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php Gets the type of the ID key for a given entity type.
EntityModerationRouteProvider::getLatestVersionRoute function core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php Gets the moderation-form route.
EntityModerationRouteProvider::getRoutes function core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php Provides routes for entities.
EntityModerationRouteProvider::__construct function core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php Constructs a new DefaultHtmlRouteProvider.
EntityOperations::$moderationInfo property core/modules/content_moderation/src/EntityOperations.php The Moderation Information service.
EntityStateChangeValidationTest::testExistingContentWithNoModeration function core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php Tests that content without prior moderation information can be moderated.
EntityStateChangeValidationTest::testExistingMultilingualContentWithNoModeration function core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php Tests that content without prior moderation information can be translated.
EntityTestHooks::entityFormModeAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_form_mode_alter().
EntityTestHooks::entityFormModeInfoAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_form_mode_info_alter().
EntityTestHooks::entityTestFormModeAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_ENTITY_TYPE_form_mode_alter().
EntityTestHooks::entityTestViewModeAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_ENTITY_TYPE_view_mode_alter().
EntityTestHooks::entityViewModeInfoAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_view_mode_info_alter().
EntityTypeInfo::$moderationHandlers property core/modules/content_moderation/src/EntityTypeInfo.php A keyed array of custom moderation handlers for given entity types.
EntityTypeInfo::$moderationInfo property core/modules/content_moderation/src/EntityTypeInfo.php The moderation information service.

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