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
BooleanFormatter::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Returns a short summary for the current formatter settings.
BooleanFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Builds a renderable array for a field value.
BooleanFormatterSettingsTest class core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php Tests the Boolean field formatter settings.
BooleanFormatterSettingsTest class core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php Tests the Boolean field formatter settings.
BooleanFormatterSettingsTest.php file core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest.php file core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest::$bundle property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The name of the entity bundle that is created in the test.
BooleanFormatterSettingsTest::$bundle property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The name of the entity bundle that is created in the test.
BooleanFormatterSettingsTest::$defaultTheme property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The theme to install as the default for testing.
BooleanFormatterSettingsTest::$defaultTheme property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The theme to install as the default for testing.
BooleanFormatterSettingsTest::$fieldName property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The name of the Boolean field to use for testing.
BooleanFormatterSettingsTest::$fieldName property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The name of the Boolean field to use for testing.
BooleanFormatterSettingsTest::$modules property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php Modules to install.
BooleanFormatterSettingsTest::$modules property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php Modules to install.
BooleanFormatterSettingsTest::setUp function core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest::setUp function core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest::testBooleanFormatterSettings function core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php Tests the formatter settings page for the Boolean formatter.
BooleanFormatterSettingsTest::testBooleanFormatterSettings function core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php Tests the formatter settings page for the Boolean formatter.
BooleanFormatterTest class core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php Tests the boolean formatter.
BooleanFormatterTest.php file core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BooleanFormatterTest::$bundle property core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BooleanFormatterTest::$display property core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BooleanFormatterTest::$entityType property core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BooleanFormatterTest::$fieldName property core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BooleanFormatterTest::$modules property core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php Modules to install.
BooleanFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php Renders fields of a given entity with a given display.
BooleanFormatterTest::setUp function core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BooleanFormatterTest::testBooleanFormatter function core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php Tests boolean formatter output.
BooleanItem::fieldSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Returns a form for the field-level settings.
BooleanOperator::valueForm function core/modules/views/src/Plugin/views/filter/BooleanOperator.php Options form subform for setting options.
BreakLockForm class core/modules/views_ui/src/Form/BreakLockForm.php Builds the form to break the lock of an edited view.
BreakLockForm.php file core/modules/views_ui/src/Form/BreakLockForm.php
BreakLockForm::$entityTypeManager property core/modules/views_ui/src/Form/BreakLockForm.php Stores the entity type manager.
BreakLockForm::$tempStore property core/modules/views_ui/src/Form/BreakLockForm.php Stores the shared tempstore.
BreakLockForm::buildForm function core/modules/views_ui/src/Form/BreakLockForm.php Form constructor.
BreakLockForm::create function core/modules/views_ui/src/Form/BreakLockForm.php Instantiates a new instance of this class.
BreakLockForm::getCancelUrl function core/modules/views_ui/src/Form/BreakLockForm.php Returns the route to go to if the user cancels the action.
BreakLockForm::getConfirmText function core/modules/views_ui/src/Form/BreakLockForm.php Returns a caption for the button that confirms the action.
BreakLockForm::getDescription function core/modules/views_ui/src/Form/BreakLockForm.php Returns additional text to display as a description.
BreakLockForm::getFormId function core/modules/views_ui/src/Form/BreakLockForm.php Returns a unique string identifying the form.
BreakLockForm::getQuestion function core/modules/views_ui/src/Form/BreakLockForm.php Returns the question to ask the user.
BreakLockForm::submitForm function core/modules/views_ui/src/Form/BreakLockForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
BreakLockForm::__construct function core/modules/views_ui/src/Form/BreakLockForm.php Constructs a \Drupal\views_ui\Form\BreakLockForm object.
BreakLockLink::$dateFormatter property core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php The date formatter.
Broken::blockForm function core/lib/Drupal/Core/Block/Plugin/Block/Broken.php Returns the configuration form elements specific to this block plugin.
Broken::buildConfigurationForm function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php Form constructor.
BrokenHandlerTrait::buildOptionsForm function core/modules/views/src/Plugin/views/BrokenHandlerTrait.php Provides a form to edit options for this plugin.
BrowserHtmlDebugTrait::formatHtmlOutputHeaders function core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php Formats HTTP headers as string for HTML output logging.
BrowserTestBaseTest::testCheckForMetaRefresh function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the ::checkForMetaRefresh() method.
BrowserTestBaseTest::testForm function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests basic form functionality.

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