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
EntityFormModeTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php The name of the tested JSON:API resource type.
EntityFormModeTest::createEntity function core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php Creates the entity to be tested.
EntityFormModeTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php Returns the expected JSON:API document for the entity.
EntityFormModeTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php Returns the JSON:API POST document.
EntityFormModeTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php Sets up the necessary authorization.
EntityFormModeUpdatePathTest class core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php Tests update path for the entity form mode description value from '' to NULL.
EntityFormModeUpdatePathTest.php file core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php
EntityFormModeUpdatePathTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php
EntityFormModeUpdatePathTest::testRunUpdates function core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php Tests update path for the entity form mode description value from '' to NULL.
EntityFormModeValidationTest class core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php Tests validation of entity_form_mode entities.
EntityFormModeValidationTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php
EntityFormModeValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php
EntityFormModeValidationTest::$propertiesWithOptionalValues property core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php
EntityFormModeValidationTest::providerInvalidMachineNameCharacters function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php
EntityFormModeValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php
EntityFormModeValidationTest::testDescriptionCannotBeEmpty function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php Tests that description can be NULL, but not empty strings.
EntityFormModeValidationTest::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php
EntityFormModeValidationTest::testMachineNameLength function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php Tests that the entity ID's length is validated if it is a machine name.
EntityFormModeXmlAnonTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php Tests Entity Form Mode Xml Anon.
EntityFormModeXmlAnonTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php
EntityFormModeXmlAnonTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php
EntityFormModeXmlAnonTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php
EntityFormModeXmlAnonTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php
EntityFormModeXmlBasicAuthTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php Tests Entity Form Mode Xml Basic Auth.
EntityFormModeXmlBasicAuthTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php
EntityFormModeXmlBasicAuthTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php
EntityFormModeXmlBasicAuthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php
EntityFormModeXmlBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php
EntityFormModeXmlBasicAuthTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php
EntityFormModeXmlBasicAuthTest::$modules property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php
EntityFormModeXmlCookieTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php Tests Entity Form Mode Xml Cookie.
EntityFormModeXmlCookieTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php
EntityFormModeXmlCookieTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php
EntityFormModeXmlCookieTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php
EntityFormModeXmlCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php
EntityFormModeXmlCookieTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php
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.

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