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/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
DateTest::testFormatInterval function core/tests/Drupal/Tests/Core/Datetime/DateTest.php Tests the formatInterval method.
DateTest::testFormatIntervalZeroSecond function core/tests/Drupal/Tests/Core/Datetime/DateTest.php Tests the formatInterval method for 0 second.
DateTest::testFormattedDateDiff function core/tests/Drupal/Tests/Core/Datetime/DateTest.php Tests FormattedDateDiff.
DateTest::testFormatTimeDiffSince function core/tests/Drupal/Tests/Core/Datetime/DateTest.php Tests the formatTimeDiffSince method.
DateTest::testFormatTimeDiffUntil function core/tests/Drupal/Tests/Core/Datetime/DateTest.php Tests the formatTimeDiffUntil method.
DateTest::testGetSampleDateFormats function core/tests/Drupal/Tests/Core/Datetime/DateTest.php Tests the getSampleDateFormats method.
DateTest::testRfc2822DateFormat function core/tests/Drupal/Tests/Core/Datetime/DateTest.php Tests that an RFC2822 formatted date always returns an English string.
DateTestBase::$dateFormatter property core/modules/datetime/tests/src/Functional/DateTestBase.php The date formatter service.
datetime-form.html.twig file core/modules/system/templates/datetime-form.html.twig Default theme implementation of a datetime form element.
datetime-form.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/form/datetime-form.html.twig Theme override of a datetime form element.
datetime-form.html.twig file core/themes/olivero/templates/datetime-form.html.twig Theme override of a datetime form element.
datetime-form.html.twig file core/themes/stable9/templates/form/datetime-form.html.twig Theme override of a datetime form element.
datetime-form.html.twig file core/themes/claro/templates/datetime-form.html.twig Theme override of a datetime form element.
datetime-form.html.twig file core/themes/starterkit_theme/templates/form/datetime-form.html.twig Theme override of a datetime form element.
Datetime::getHtml5DateFormat function core/lib/Drupal/Core/Datetime/Element/Datetime.php Retrieves the right format for an HTML5 date element.
Datetime::getHtml5TimeFormat function core/lib/Drupal/Core/Datetime/Element/Datetime.php Retrieves the right format for an HTML5 time element.
Datetime::processAjaxForm function core/lib/Drupal/Core/Datetime/Element/Datetime.php Form element processing handler for the #ajax form property.
DateTimeCustomFormatter class core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php Plugin implementation of the 'Custom' formatter for 'datetime' fields.
DateTimeCustomFormatter.php file core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php
DateTimeCustomFormatter::defaultSettings function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php Defines the default settings for this plugin.
DateTimeCustomFormatter::formatDate function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php Creates a formatted date value as a string.
DateTimeCustomFormatter::settingsForm function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php Returns a form to configure settings for the formatter.
DateTimeCustomFormatter::settingsSummary function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php Returns a short summary for the current formatter settings.
DateTimeCustomFormatter::viewElements function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php Builds a renderable array for a field value.
DateTimeDatelistWidget::formElement function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php Returns the form for a single field widget.
DateTimeDatelistWidget::settingsForm function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php Returns a form to configure settings for the widget.
DateTimeDefaultFormatter class core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php Plugin implementation of the 'Default' formatter for 'datetime' fields.
DateTimeDefaultFormatter.php file core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php
DateTimeDefaultFormatter::defaultSettings function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php Defines the default settings for this plugin.
DateTimeDefaultFormatter::formatDate function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php Creates a formatted date value as a string.
DateTimeDefaultFormatter::settingsForm function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php Returns a form to configure settings for the formatter.
DateTimeDefaultFormatter::settingsSummary function core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php Returns a short summary for the current formatter settings.
DateTimeDefaultWidget::formElement function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php Returns the form for a single field widget.
DatetimeElementFormTest class core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Tests DatetimeElement functionality.
DatetimeElementFormTest.php file core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php
DatetimeElementFormTest::$modules property core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Modules to install.
DatetimeElementFormTest::buildForm function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Form constructor.
DatetimeElementFormTest::datetimeDateCallback function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php
DatetimeElementFormTest::datetimeDateCallbackTrusted function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php
DatetimeElementFormTest::datetimeTimeCallback function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php
DatetimeElementFormTest::datetimeTimeCallbackTrusted function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php
DatetimeElementFormTest::getFormId function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Returns a unique string identifying the form.
DatetimeElementFormTest::providerUntrusted function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Data provider for ::testDatetimeElementUntrustedCallbacks().
DatetimeElementFormTest::submitForm function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Form submission handler.
DatetimeElementFormTest::testDatetimeElement function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Tests that default handlers are added even if custom are specified.
DatetimeElementFormTest::testDatetimeElementRequiredError function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Tests the custom required error message for datetime elements.
DatetimeElementFormTest::testDatetimeElementUntrustedCallbacks function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Tests that deprecations are raised if untrusted callbacks are used.
DatetimeElementFormTest::testRangeValidate function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Tests that year range is validated.
DatetimeElementFormTest::testTimezoneHandling function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Tests proper timezone handling of the Datetime element.
DatetimeElementFormTest::trustedCallbacks function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Lists the trusted callbacks provided by the implementing class.

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