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
BaseFieldFileFormatterBase::$fileUrlGenerator property core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php The file URL generator.
BaseFieldFileFormatterBase::create function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Creates an instance of the plugin.
BaseFieldFileFormatterBase::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Defines the default settings for this plugin.
BaseFieldFileFormatterBase::isApplicable function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Returns if the formatter can be used for the provided field.
BaseFieldFileFormatterBase::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Returns a form to configure settings for the formatter.
BaseFieldFileFormatterBase::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Builds a renderable array for a field value.
BaseFieldFileFormatterBase::viewValue function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Generate the output appropriate for one field item.
BaseFieldFileFormatterBase::__construct function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Constructs a BaseFieldFileFormatterBase object.
BaseFieldOverrideJsonAnonTest::$format property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonAnonTest.php The format to use in this test.
BaseFieldOverrideJsonBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonBasicAuthTest.php The format to use in this test.
BaseFieldOverrideJsonCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonCookieTest.php The format to use in this test.
BaseFieldOverrideXmlAnonTest::$format property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlAnonTest.php The format to use in this test.
BaseFieldOverrideXmlBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php The format to use in this test.
BaseFieldOverrideXmlCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlCookieTest.php The format to use in this test.
BaseFormIdInterface interface core/lib/Drupal/Core/Form/BaseFormIdInterface.php Provides an interface for a Form that has a base form ID.
BaseFormIdInterface.php file core/lib/Drupal/Core/Form/BaseFormIdInterface.php
BaseFormIdInterface::getBaseFormId function core/lib/Drupal/Core/Form/BaseFormIdInterface.php Returns a string identifying the base form.
BasicForm class core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php A basic form with a passed entity with an interface.
BasicForm::buildForm function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Form constructor.
BasicForm::getFormId function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Returns a unique string identifying the form.
BasicForm::submitForm function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Form submission handler.
BasicFormNoContainerInjectionInterface class core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php A basic form without a container injection interface implemented.
BasicFormNoContainerInjectionInterface::buildForm function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Form constructor.
BasicFormNoContainerInjectionInterface::getFormId function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Returns a unique string identifying the form.
BasicFormNoContainerInjectionInterface::submitForm function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Form submission handler.
BasicFormNoContainerInjectionInterface::validateForm function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Form validation handler.
BasicFormNoUpcasting class core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php A basic form with a passed entity without an interface.
BasicFormNoUpcasting::buildForm function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Form constructor.
BasicFormNoUpcasting::getFormId function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Returns a unique string identifying the form.
BasicFormNoUpcasting::submitForm function core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php Form submission handler.
BasicSettingsForm class core/modules/views_ui/src/Form/BasicSettingsForm.php Form builder for the admin display defaults page.
BasicSettingsForm.php file core/modules/views_ui/src/Form/BasicSettingsForm.php
BasicSettingsForm::buildForm function core/modules/views_ui/src/Form/BasicSettingsForm.php Form constructor.
BasicSettingsForm::getFormId function core/modules/views_ui/src/Form/BasicSettingsForm.php Returns a unique string identifying the form.
BasicStringFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php Plugin implementation of the 'basic_string' formatter.
BasicStringFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php
BasicStringFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php Builds a renderable array for a field value.
BatchTestChainedForm class core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php Generate form of id batch_test_chained_form.
BatchTestChainedForm.php file core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php
BatchTestChainedForm::batchTestChainedFormSubmit1 function core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php Form submission handler #1 for batch_test_chained_form.
BatchTestChainedForm::batchTestChainedFormSubmit2 function core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php Form submission handler #2 for batch_test_chained_form.
BatchTestChainedForm::batchTestChainedFormSubmit3 function core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php Form submission handler #3 for batch_test_chained_form.
BatchTestChainedForm::batchTestChainedFormSubmit4 function core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php Form submission handler #4 for batch_test_chained_form.
BatchTestChainedForm::buildForm function core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php Form constructor.
BatchTestChainedForm::getFormId function core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php Returns a unique string identifying the form.
BatchTestChainedForm::submitForm function core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php Form submission handler.
BatchTestController::testNestedDrupalFormSubmit function core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php Submits a form within a batch programmatically.
BatchTestController::testNoForm function core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php Fires a batch process without a form submission.
BatchTestHelper::nestedDrupalFormSubmitCallback function core/modules/system/tests/modules/batch_test/src/BatchTestHelper.php Batch operation: Submits form_test_mock_form().
BatchTestMockForm class core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php Generate form of id batch_test_mock_form.

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