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
EntityTestXmlBasicAuthTest::$format property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php The format to use in this test.
EntityTestXmlCookieTest::$format property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php The format to use in this test.
EntityTranslationFormTest class core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php Tests entity translation form.
EntityTranslationFormTest.php file core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
EntityTranslationFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php The theme to install as the default for testing.
EntityTranslationFormTest::$langcodes property core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php The test language codes.
EntityTranslationFormTest::$modules property core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php Modules to install.
EntityTranslationFormTest::setUp function core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
EntityTranslationFormTest::testEntityFormLanguage function core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php Tests entity form language.
EntityType::getFormClass function core/lib/Drupal/Core/Entity/EntityType.php Gets the form class for a specific operation.
EntityType::hasFormClasses function core/lib/Drupal/Core/Entity/EntityType.php Indicates if this entity type has any forms.
EntityType::setFormClass function core/lib/Drupal/Core/Entity/EntityType.php Sets a form class for a specific operation.
EntityTypeInfo::bundleFormRedirect function core/modules/content_moderation/src/EntityTypeInfo.php Redirect content entity edit forms on save, if there is a pending revision.
EntityTypeInfo::entityPrepareForm function core/modules/content_moderation/src/EntityTypeInfo.php Replaces the entity form entity object with a proper revision object.
EntityTypeInfo::formAlter function core/modules/content_moderation/src/EntityTypeInfo.php Alters bundle forms to enforce revision handling.
EntityTypeInfo::isModeratedEntityEditForm function core/modules/content_moderation/src/EntityTypeInfo.php Checks whether the specified form allows to edit a moderated entity.
EntityTypeInterface::getFormClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the form class for a specific operation.
EntityTypeInterface::hasFormClasses function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates if this entity type has any forms.
EntityTypeInterface::setFormClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets a form class for a specific operation.
EntityTypeManager::getFormObject function core/lib/Drupal/Core/Entity/EntityTypeManager.php Creates a new form instance.
EntityTypeManagerInterface::getFormObject function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new form instance.
EntityTypeManagerTest::provideFormObjectInvalidOperationData function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Provides test data for testGetFormObjectInvalidOperation().
EntityTypeManagerTest::testGetFormObject function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getFormObject() method.
EntityTypeManagerTest::testGetFormObjectInvalidClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getFormObject() method with an invalid class.
EntityTypeManagerTest::testGetFormObjectInvalidOperation function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getFormObject() method with an invalid operation.
EntityTypeTest::testGetFormClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getFormClass() method.
EntityTypeTest::testHasFormClasses function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the hasFormClasses() method.
EntityTypeWithoutLanguageFormTest class core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php Tests entity type without language support.
EntityTypeWithoutLanguageFormTest.php file core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php
EntityTypeWithoutLanguageFormTest::$defaultTheme property core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php The theme to install as the default for testing.
EntityTypeWithoutLanguageFormTest::$modules property core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php Modules to install.
EntityTypeWithoutLanguageFormTest::setUp function core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php
EntityTypeWithoutLanguageFormTest::testEmptyLangcode function core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php Tests configuration options with an entity without language definition.
EntityUrlTest::providerTestToUrlLinkTemplateAddForm function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlLinkTemplateAddForm().
EntityUrlTest::testToUrlLinkTemplateAddForm function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with the 'revision' link template.
EntityViewDisplayEditForm class core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Edit form for the EntityViewDisplay entity type.
EntityViewDisplayEditForm.php file core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
EntityViewDisplayEditForm::$displayContext property core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php The display context. Either 'view' or 'form'.
EntityViewDisplayEditForm::alterSettingsSummary function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Alters the widget or formatter settings summary.
EntityViewDisplayEditForm::buildExtraFieldRow function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Builds the table row structure for a single extra field.
EntityViewDisplayEditForm::buildFieldRow function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Builds the table row structure for a single field.
EntityViewDisplayEditForm::create function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Instantiates a new instance of this class.
EntityViewDisplayEditForm::getDefaultPlugin function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns the ID of the default widget or formatter plugin for a field type.
EntityViewDisplayEditForm::getDisplayModeOptions function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns an array of form or view mode options.
EntityViewDisplayEditForm::getDisplayModes function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns the form or view modes used by this form.
EntityViewDisplayEditForm::getDisplayModesLink function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns a link to the form or view mode admin page.
EntityViewDisplayEditForm::getEntityDisplay function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns an entity display object to be used by this form.
EntityViewDisplayEditForm::getOverviewUrl function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns the Url object for a specific entity (form) display edit form.
EntityViewDisplayEditForm::getTableHeader function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Returns an array containing the table headers.
EntityViewDisplayEditForm::thirdPartySettingsForm function core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php Adds the widget or formatter third party settings forms.

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