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
EntityAutocompleteElementFormTest::getAutocompleteInput function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Returns an entity label in format needed by the EntityAutocomplete element.
EntityAutocompleteElementFormTest::getFormId function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Returns a unique string identifying the form.
EntityAutocompleteElementFormTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php
EntityAutocompleteElementFormTest::submitForm function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Form submission handler.
EntityAutocompleteElementFormTest::testEntityAutocompleteAccess function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests that access is properly checked by the EntityAutocomplete element.
EntityAutocompleteElementFormTest::testEntityAutocompleteIdInput function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests ID input is handled correctly.
EntityAutocompleteElementFormTest::testInvalidEntityAutocompleteElement function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests invalid entries in the EntityAutocomplete Form API element.
EntityAutocompleteElementFormTest::testValidEntityAutocompleteElement function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests valid entries in the EntityAutocomplete Form API element.
EntityAutocompleteElementFormTest::validateForm function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Form validation handler.
EntityBundle::buildConfigurationForm function core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php Form constructor.
EntityBundle::submitConfigurationForm function core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php Form submission handler.
EntityComputedFieldTest::testFormatterComputedFieldCacheableMetadata function core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php Tests that formatters bubble the cacheable metadata of computed fields.
EntityConfirmFormBase class core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php Provides a generic base class for an entity-based confirmation form.
EntityConfirmFormBase.php file core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
EntityConfirmFormBase::actions function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php Returns an array of supported actions for the current entity form.
EntityConfirmFormBase::buildForm function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php Form constructor.
EntityConfirmFormBase::delete function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php The delete() method is not used in EntityConfirmFormBase. This overrides
the default implementation that redirects to the delete-form confirmation
form.
EntityConfirmFormBase::getBaseFormId function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php Returns a string identifying the base form.
EntityConfirmFormBase::getCancelText function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php Returns a caption for the link which cancels the action.
EntityConfirmFormBase::getConfirmText function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php Returns a caption for the button that confirms the action.
EntityConfirmFormBase::getDescription function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php Returns additional text to display as a description.
EntityConfirmFormBase::getFormName function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php Returns the internal name used to refer to the confirmation item.
EntityConfirmFormBase::save function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php The save() method is not used in EntityConfirmFormBase. This overrides the
default implementation that saves the entity.
EntityDateFormat class core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php Migration destination for date format entity.
EntityDateFormat.php file core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php
EntityDateFormat::updateEntityProperty function core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php Updates a (possible nested) entity property with a value.
EntityDecoupledTranslationRevisionsTest::formatMessage function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Formats an assertion message.
EntityDeleteForm class core/lib/Drupal/Core/Entity/EntityDeleteForm.php Provides a generic base class for an entity deletion form.
EntityDeleteForm.php file core/lib/Drupal/Core/Entity/EntityDeleteForm.php
EntityDeleteForm::buildForm function core/lib/Drupal/Core/Entity/EntityDeleteForm.php Form constructor.
EntityDeleteForm::getConfigManager function core/lib/Drupal/Core/Entity/EntityDeleteForm.php Gets the configuration manager.
EntityDeleteForm::getConfigNamesToDelete function core/lib/Drupal/Core/Entity/EntityDeleteForm.php Returns config names to delete for the deletion confirmation form.
EntityDeleteFormTrait trait core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php Provides a trait for an entity deletion form.
EntityDeleteFormTrait.php file core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
EntityDeleteFormTrait::getCancelUrl function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
EntityDeleteFormTrait::getConfirmText function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
EntityDeleteFormTrait::getDeletionMessage function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php Gets the message to display to the user after deleting the entity.
EntityDeleteFormTrait::getEntity function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php Gets the entity of this form.
EntityDeleteFormTrait::getQuestion function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
EntityDeleteFormTrait::getRedirectUrl function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php Returns the URL where the user should be redirected after deletion.
EntityDeleteFormTrait::logDeletionMessage function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php Logs a message about the deleted entity.
EntityDeleteFormTrait::logger function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php Gets the logger for a specific channel.
EntityDeleteFormTrait::submitForm function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
EntityDisplayFormBase class core/modules/field_ui/src/Form/EntityDisplayFormBase.php Base class for EntityDisplay edit forms.
EntityDisplayFormBase.php file core/modules/field_ui/src/Form/EntityDisplayFormBase.php
EntityDisplayFormBase::$displayContext property core/modules/field_ui/src/Form/EntityDisplayFormBase.php The display context. Either 'view' or 'form'.
EntityDisplayFormBase::$entity property core/modules/field_ui/src/Form/EntityDisplayFormBase.php The entity being used by this form.
EntityDisplayFormBase::$entityDisplayRepository property core/modules/field_ui/src/Form/EntityDisplayFormBase.php The entity display repository.
EntityDisplayFormBase::$entityFieldManager property core/modules/field_ui/src/Form/EntityDisplayFormBase.php The entity field manager.
EntityDisplayFormBase::$fieldTypes property core/modules/field_ui/src/Form/EntityDisplayFormBase.php A list of field types.

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