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
StubForm::$form property core/modules/system/tests/src/Functional/Form/StubForm.php The form array.
StubForm::$formId property core/modules/system/tests/src/Functional/Form/StubForm.php The form ID.
StubForm::buildForm function core/modules/system/tests/src/Functional/Form/StubForm.php Form constructor.
StubForm::getFormId function core/modules/system/tests/src/Functional/Form/StubForm.php Returns a unique string identifying the form.
StubForm::submitForm function core/modules/system/tests/src/Functional/Form/StubForm.php Form submission handler.
StubForm::__construct function core/modules/system/tests/src/Functional/Form/StubForm.php Constructs a StubForm.
StubTestTrait::performStubTest function core/modules/migrate/tests/src/StubTestTrait.php Tests that creating a stub of an entity type results in a valid entity.
StubTestTrait::performStubTest function core/modules/migrate_drupal/src/Tests/StubTestTrait.php Tests that creating a stub of an entity type results in a valid entity.
Style::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php Form constructor.
Style::parseStylesFormValue function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php Parses the line-based (for form) style configuration.
Style::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php Form submission handler.
Style::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php Form validation handler.
StylePluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/style/StylePluginBase.php Provide a form to edit options for this plugin.
StylePluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/style/StylePluginBase.php Validate the options form.
StyleSerializerEntityTest::addRequestWithFormat function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Sets up a request on the request stack with a specified format.
StyleSerializerEntityTest::testResponseFormatConfiguration function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Tests the response format configuration.
StyleSerializerTest::addRequestWithFormat function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Sets up a request on the request stack with a specified format.
StyleTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Provide a form to edit options for this plugin.
StyleTest::testStyleSettingsForm function core/modules/ckeditor5/tests/src/FunctionalJavascript/StyleTest.php Tests style settings form.
StyleUnformattedTest class core/modules/views/tests/src/Kernel/Plugin/StyleUnformattedTest.php Tests unformatted style functionality.
StyleUnformattedTest.php file core/modules/views/tests/src/Kernel/Plugin/StyleUnformattedTest.php
StyleUnformattedTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/StyleUnformattedTest.php Views used by this test.
StyleUnformattedTest::testDefaultRowClasses function core/modules/views/tests/src/Kernel/Plugin/StyleUnformattedTest.php Make sure that the default css classes works as expected.
SubformState class core/lib/Drupal/Core/Form/SubformState.php Stores information about the state of a subform.
SubformState.php file core/lib/Drupal/Core/Form/SubformState.php
SubformState::$parentForm property core/lib/Drupal/Core/Form/SubformState.php The parent form.
SubformState::$subform property core/lib/Drupal/Core/Form/SubformState.php The subform.
SubformState::createForSubform function core/lib/Drupal/Core/Form/SubformState.php Creates a new instance for a subform.
SubformState::getCompleteFormState function core/lib/Drupal/Core/Form/SubformState.php Gets the complete form state.
SubformState::getFormObject function core/lib/Drupal/Core/Form/SubformState.php Returns the form object that is responsible for building this form.
SubformState::getLimitValidationErrors function core/lib/Drupal/Core/Form/SubformState.php Retrieves the limited validation error sections.
SubformState::getParents function core/lib/Drupal/Core/Form/SubformState.php Gets the subform's parents relative to its parent form.
SubformState::getValues function core/lib/Drupal/Core/Form/SubformState.php Implements \Drupal\Core\Form\FormStateInterface::getValues()
SubformState::setErrorByName function core/lib/Drupal/Core/Form/SubformState.php Files an error against a form element.
SubformState::setLimitValidationErrors function core/lib/Drupal/Core/Form/SubformState.php Sets the limited validation error sections.
SubformState::__construct function core/lib/Drupal/Core/Form/SubformState.php Constructs a new instance.
SubformStateInterface interface core/lib/Drupal/Core/Form/SubformStateInterface.php Stores information about the state of a subform.
SubformStateInterface.php file core/lib/Drupal/Core/Form/SubformStateInterface.php
SubformStateInterface::getCompleteFormState function core/lib/Drupal/Core/Form/SubformStateInterface.php Gets the complete form state.
SubformStateTest class core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Tests Drupal\Core\Form\SubformState.
SubformStateTest.php file core/tests/Drupal/Tests/Core/Form/SubformStateTest.php
SubformStateTest::$formStateValues property core/tests/Drupal/Tests/Core/Form/SubformStateTest.php The form state's values test fixture.
SubformStateTest::$parentForm property core/tests/Drupal/Tests/Core/Form/SubformStateTest.php The parent form.
SubformStateTest::providerGetValues function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testGetValues().
SubformStateTest::providerGetValuesBroken function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testGetValuesBroken().
SubformStateTest::providerTestGetValue function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testGetValue().
SubformStateTest::providerTestGetValueBroken function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testGetValueBroken().
SubformStateTest::providerTestSetValues function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testSetValues().
SubformStateTest::providerTestSetValuesBroken function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Provides data to self::testSetValuesBroken().
SubformStateTest::testFormObject function core/tests/Drupal/Tests/Core/Form/SubformStateTest.php Tests form object.

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