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. Search 11.x for form
  6. Other projects

Exact matches

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

All search results

Title Object type File name Summary
FieldStorageAddForm::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageAddForm.php The name of the entity type.
FieldStorageAddForm::ajaxSubmit function core/modules/field_ui/src/Form/FieldStorageAddForm.php Submit form #ajax callback.
FieldStorageAddForm::buildForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form constructor.
FieldStorageAddForm::buildGroupForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Adds form elements to choose a field type from a selected field group.
FieldStorageAddForm::create function core/modules/field_ui/src/Form/FieldStorageAddForm.php Instantiates a new instance of the implementing class using autowiring.
FieldStorageAddForm::fieldNameExists function core/modules/field_ui/src/Form/FieldStorageAddForm.php Checks if a field machine name is taken.
FieldStorageAddForm::getFormId function core/modules/field_ui/src/Form/FieldStorageAddForm.php Returns a unique string identifying the form.
FieldStorageAddForm::getNewFieldDefaults function core/modules/field_ui/src/Form/FieldStorageAddForm.php Get default options from preconfigured options for a new field.
FieldStorageAddForm::getRedirectUrl function core/modules/field_ui/src/Form/FieldStorageAddForm.php Gets the redirect URL.
FieldStorageAddForm::rebuildWithOptions function core/modules/field_ui/src/Form/FieldStorageAddForm.php Submit handler for displaying fields after a group is selected.
FieldStorageAddForm::setTempStore function core/modules/field_ui/src/Form/FieldStorageAddForm.php Store field information in temp store in order to build the edit form.
FieldStorageAddForm::startOver function core/modules/field_ui/src/Form/FieldStorageAddForm.php Submit handler for resetting the form.
FieldStorageAddForm::submitForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form submission handler.
FieldStorageAddForm::successfulAjaxSubmit function core/modules/field_ui/src/Form/FieldStorageAddForm.php Respond to a successful AJAX submission.
FieldStorageAddForm::validateForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form validation handler.
FieldStorageAddForm::__construct function core/modules/field_ui/src/Form/FieldStorageAddForm.php
FieldStorageConfigEditForm class core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Provides a form for the "field storage" edit page.
FieldStorageConfigEditForm.php file core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
FieldStorageConfigEditForm::$entity property core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php The entity being used by this form.
FieldStorageConfigEditForm::actions function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Returns an array of supported actions for the current entity form.
FieldStorageConfigEditForm::buildEntity function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Builds an updated entity object based upon the submitted form values.
FieldStorageConfigEditForm::buildForm function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
FieldStorageConfigEditForm::create function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Instantiates a new instance of the implementing class using autowiring.
FieldStorageConfigEditForm::form function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Gets the actual form array to be built.
FieldStorageConfigEditForm::getCardinalityForm function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Builds the cardinality form.
FieldStorageConfigEditForm::getEnforcedCardinality function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Returns the cardinality enforced by the field type.
FieldStorageConfigEditForm::getEntityFromRouteMatch function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Determines which entity will be used by this form from a RouteMatch object.
FieldStorageConfigEditForm::save function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Form submission handler for the 'save' action.
FieldStorageConfigEditForm::validateCardinality function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Validates the cardinality.
FieldStorageConfigEditForm::__construct function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php FieldStorageConfigEditForm constructor.
FieldStorageConfigJsonAnonTest::$format property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonAnonTest.php The format to use in this test.
FieldStorageConfigJsonBasicAuthTest::$format property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php The format to use in this test.
FieldStorageConfigJsonCookieTest::$format property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonCookieTest.php The format to use in this test.
FieldStorageConfigXmlAnonTest::$format property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlAnonTest.php The format to use in this test.
FieldStorageConfigXmlBasicAuthTest::$format property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php The format to use in this test.
FieldStorageConfigXmlCookieTest::$format property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlCookieTest.php The format to use in this test.
FieldStorageCreationTrait::configureEntityFormDisplay function core/modules/field_ui/src/Form/FieldStorageCreationTrait.php Configures the field for the default form mode.
FieldStorageReuseForm class core/modules/field_ui/src/Form/FieldStorageReuseForm.php Provides a form for the "field storage" add page.
FieldStorageReuseForm.php file core/modules/field_ui/src/Form/FieldStorageReuseForm.php
FieldStorageReuseForm::$bundle property core/modules/field_ui/src/Form/FieldStorageReuseForm.php The entity bundle.
FieldStorageReuseForm::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageReuseForm.php The name of the entity type.
FieldStorageReuseForm::buildForm function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Form constructor.
FieldStorageReuseForm::create function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Instantiates a new instance of the implementing class using autowiring.
FieldStorageReuseForm::getExistingFieldDefaults function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Get default options from an existing field and bundle.
FieldStorageReuseForm::getExistingFieldStorageOptions function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Returns an array of existing field storages that can be added to a bundle.
FieldStorageReuseForm::getFormId function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Returns a unique string identifying the form.
FieldStorageReuseForm::reuseCallback function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Callback function to handle re-using an existing field.
FieldStorageReuseForm::submitForm function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Form submission handler.
FieldStorageReuseForm::__construct function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Constructs a new FieldStorageReuseForm object.
FieldTest::$formatterPluginManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The mocked formatter plugin manager.

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