Search for form

  1. Search 7.x for form
  2. Search 9.5.x for form
  3. Search 8.9.x for form
  4. Search 10.3.x for form
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Form class core/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.
Form class core/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.

All search results

Title Object type File name Summary
MigrationLookupTest::providerTestTransformWithStubbing function core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php Provides data for testTransformWithStubbing().
MigrationLookupTest::testTransformWithStubbing function core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php Tests transform with stubbing.
MigrationLookupTest::testTransformWithStubSkipping function core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php Tests transform with stub skipping.
MigrationTest::testRequirementsForMigrations function core/modules/migrate/tests/src/Unit/MigrationTest.php Tests checking requirements for destination plugins.
MimeTypeMap::getExtensionsForMimeType function core/lib/Drupal/Core/File/MimeType/MimeTypeMap.php
MimeTypeMapInterface::getExtensionsForMimeType function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Returns the appropriate extensions for a given MIME type.
MimeTypeMapTest::testGetExtensionsForMimeType function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php Tests get extensions for mime type.
MockFileTransfer::getSettingsForm function core/modules/system/tests/modules/system_test/src/MockFileTransfer.php Returns a settings form with a text field to input a username.
MockFormBase class core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Interface used in the mocking process of this test.
MockFormBase::hash_submit function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Function used in the mocking process of this test.
MockFormBase::simple_string_submit function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Function used in the mocking process of this test.
MockFormBase::submit_handler function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Function used in the mocking process of this test.
ModeratedNodeJsonAnonTest::$format property core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeJsonAnonTest.php The format to use in this test.
ModeratedNodeJsonBasicAuthTest::$format property core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeJsonBasicAuthTest.php The format to use in this test.
ModeratedNodeJsonCookieTest::$format property core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeJsonCookieTest.php The format to use in this test.
ModeratedNodeXmlAnonTest::$format property core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlAnonTest.php The format to use in this test.
ModeratedNodeXmlBasicAuthTest::$format property core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlBasicAuthTest.php The format to use in this test.
ModeratedNodeXmlCookieTest::$format property core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlCookieTest.php The format to use in this test.
ModerationFormTest class core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php Tests the moderation form, specifically on nodes.
ModerationFormTest.php file core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php
ModerationFormTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php The theme to install as the default for testing.
ModerationFormTest::$modules property core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php Modules to install.
ModerationFormTest::getAdministratorPermissions function core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php
ModerationFormTest::setUp function core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php Sets the test up.
ModerationFormTest::testAlternativeModerationStateWidget function core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php Tests the moderation_state field when an alternative widget is set.
ModerationFormTest::testContentTranslationNodeForm function core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php Tests translated and moderated nodes.
ModerationFormTest::testModerationForm function core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php Tests the moderation form that shows on the latest version page.
ModerationFormTest::testModerationFormSetsRevisionAuthor function core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php Tests the revision author is updated when the moderation form is used.
ModerationFormTest::testNonBundleModerationForm function core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php Tests moderation non-bundle entity type.
ModerationFormTest::testWorkflowInUse function core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php Tests that workflows and states can not be deleted if they are in use.
ModerationHandler::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php Alters bundle forms to enforce revision handling.
ModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php Alters entity forms to enforce revision handling.
ModerationHandlerInterface::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Alters bundle forms to enforce revision handling.
ModerationHandlerInterface::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Alters entity forms to enforce revision handling.
ModerationInformation class core/modules/content_moderation/src/ModerationInformation.php General service for moderation-related questions about Entity API.
ModerationInformation.php file core/modules/content_moderation/src/ModerationInformation.php
ModerationInformation::$bundleInfo property core/modules/content_moderation/src/ModerationInformation.php The bundle information service.
ModerationInformation::$entityTypeManager property core/modules/content_moderation/src/ModerationInformation.php The entity type manager.
ModerationInformation::canModerateEntitiesOfEntityType function core/modules/content_moderation/src/ModerationInformation.php Determines if an entity type can have moderated entities.
ModerationInformation::getAffectedRevisionTranslation function core/modules/content_moderation/src/ModerationInformation.php Returns the revision translation affected translation of a revision.
ModerationInformation::getDefaultRevisionId function core/modules/content_moderation/src/ModerationInformation.php Returns the revision ID of the default revision for the specified entity.
ModerationInformation::getOriginalState function core/modules/content_moderation/src/ModerationInformation.php Gets the original or initial state of the given entity.
ModerationInformation::getUnsupportedFeatures function core/modules/content_moderation/src/ModerationInformation.php Gets unsupported features for a given entity type.
ModerationInformation::getWorkflowForEntity function core/modules/content_moderation/src/ModerationInformation.php Gets the workflow for the given content entity.
ModerationInformation::getWorkflowForEntityTypeAndBundle function core/modules/content_moderation/src/ModerationInformation.php Gets the workflow for the given entity type and bundle.
ModerationInformation::hasPendingRevision function core/modules/content_moderation/src/ModerationInformation.php Determines if a pending revision exists for the specified entity.
ModerationInformation::isDefaultRevisionPublished function core/modules/content_moderation/src/ModerationInformation.php Determines if the default revision for the given entity is published.
ModerationInformation::isFirstTimeModeration function core/modules/content_moderation/src/ModerationInformation.php Determines if this entity is being moderated for the first time.
ModerationInformation::isLiveRevision function core/modules/content_moderation/src/ModerationInformation.php Determines if an entity is "live".
ModerationInformation::isModeratedEntity function core/modules/content_moderation/src/ModerationInformation.php Determines if an entity is moderated.

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