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
SettingsTrayFormAnnotationNoneBlock.php file core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationNoneBlock.php
SettingsTrayFormAnnotationNoneBlock::build function core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationNoneBlock.php Builds and returns the renderable array for this block plugin.
SettingsTrayTestBase::assertOffCanvasBlockFormIsValid function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php Asserts that Off-Canvas block form is valid.
SettingsTrayTestBase::openBlockForm function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php Open block form by clicking the element found with a css selector.
ShapeOnlyColorEditableWidget::formElement function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php Returns the form for a single field widget.
ShortcutController::addForm function core/modules/shortcut/src/Controller/ShortcutController.php Returns a form to add a new shortcut to a given set.
ShortcutDeleteForm class core/modules/shortcut/src/Form/ShortcutDeleteForm.php Builds the shortcut link deletion form.
ShortcutDeleteForm.php file core/modules/shortcut/src/Form/ShortcutDeleteForm.php
ShortcutDeleteForm::getCancelUrl function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns the route to go to if the user cancels the action.
ShortcutDeleteForm::getFormId function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns a unique string identifying the form.
ShortcutDeleteForm::getRedirectUrl function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns the URL where the user should be redirected after deletion.
ShortcutForm class core/modules/shortcut/src/ShortcutForm.php Form handler for the shortcut entity forms.
ShortcutForm.php file core/modules/shortcut/src/ShortcutForm.php
ShortcutForm::$entity property core/modules/shortcut/src/ShortcutForm.php The entity being used by this form.
ShortcutForm::form function core/modules/shortcut/src/ShortcutForm.php Gets the actual form array to be built.
ShortcutForm::save function core/modules/shortcut/src/ShortcutForm.php Form submission handler for the 'save' action.
ShortcutJsonAnonTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php The format to use in this test.
ShortcutJsonBasicAuthTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php The format to use in this test.
ShortcutJsonCookieTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php The format to use in this test.
ShortcutSetDeleteForm class core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Builds the shortcut set deletion form.
ShortcutSetDeleteForm.php file core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php
ShortcutSetDeleteForm::$database property core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php The database connection.
ShortcutSetDeleteForm::$storage property core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php The shortcut storage.
ShortcutSetDeleteForm::buildForm function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Form constructor.
ShortcutSetDeleteForm::create function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Instantiates a new instance of the implementing class using autowiring.
ShortcutSetDeleteForm::__construct function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Constructs a ShortcutSetDeleteForm object.
ShortcutSetForm class core/modules/shortcut/src/ShortcutSetForm.php Form handler for the shortcut set entity edit forms.
ShortcutSetForm.php file core/modules/shortcut/src/ShortcutSetForm.php
ShortcutSetForm::form function core/modules/shortcut/src/ShortcutSetForm.php Gets the actual form array to be built.
ShortcutSetForm::save function core/modules/shortcut/src/ShortcutSetForm.php Form submission handler for the 'save' action.
ShortcutSetJsonAnonTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonAnonTest.php The format to use in this test.
ShortcutSetJsonBasicAuthTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php The format to use in this test.
ShortcutSetJsonCookieTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonCookieTest.php The format to use in this test.
ShortcutSetXmlAnonTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php The format to use in this test.
ShortcutSetXmlBasicAuthTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php The format to use in this test.
ShortcutSetXmlCookieTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php The format to use in this test.
ShortcutTestBase::getShortcutInformation function core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php Extracts information from shortcut set links.
ShortcutXmlAnonTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlAnonTest.php The format to use in this test.
ShortcutXmlBasicAuthTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php The format to use in this test.
ShortcutXmlCookieTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlCookieTest.php The format to use in this test.
SiteConfigureForm class core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Provides the site configuration form.
SiteConfigureForm.php file core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
SiteConfigureForm::buildForm function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Form constructor.
SiteConfigureForm::create function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Instantiates a new instance of the implementing class using autowiring.
SiteConfigureForm::getAdminRoles function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Returns the list of admin roles.
SiteConfigureForm::getEditableConfigNames function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Gets the configuration names that will be editable.
SiteConfigureForm::getFormId function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Returns a unique string identifying the form.
SiteConfigureForm::resetPropertiesFromContainer function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Repopulate class properties from container.
SiteConfigureForm::submitForm function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Form submission handler.
SiteConfigureForm::validateForm function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Form validation handler.

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