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
TimestampFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php
TimestampFormatter::buildStates function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php Builds the #states key for form elements.
TimestampFormatter::create function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php Instantiates a new instance of the implementing class using autowiring.
TimestampFormatter::CUSTOM_DATE_FORMAT constant core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php Used to specify a date format that is customizable by user.
TimestampFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php Defines the default settings for this plugin.
TimestampFormatter::getRefreshIntervals function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php Returns the refresh interval options for the time difference display.
TimestampFormatter::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php Returns a form to configure settings for the formatter.
TimestampFormatter::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php Returns a short summary for the current formatter settings.
TimestampFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php Builds a renderable array for a field value.
TimestampFormatter::__construct function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php Constructs a new TimestampFormatter.
TimestampFormatterTest class core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php Tests the timestamp formatters.
TimestampFormatterTest.php file core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampFormatterTest::$bundle property core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampFormatterTest::$display property core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampFormatterTest::$entityType property core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampFormatterTest::$fieldName property core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampFormatterTest::$modules property core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php Modules to install.
TimestampFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php Renders fields of a given entity with a given display.
TimestampFormatterTest::setUp function core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampFormatterTest::testTimestampAgoFormatter function core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php Tests TimestampAgoFormatter.
TimestampFormatterTest::testTimestampFormatter function core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php Tests TimestampFormatter.
TimestampFormatterWithTimeDiffTest class core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Tests the 'timestamp' formatter when is used with time difference setting.
TimestampFormatterWithTimeDiffTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php
TimestampFormatterWithTimeDiffTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php The theme to install as the default for testing.
TimestampFormatterWithTimeDiffTest::$entity property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Testing entity.
TimestampFormatterWithTimeDiffTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Modules to install.
TimestampFormatterWithTimeDiffTest::getFormatDiffTestCases function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Provides test cases for unit testing Drupal.timeDiff.format().
TimestampFormatterWithTimeDiffTest::getRefreshIntervalTestCases function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Provides test cases for unit testing Drupal.timeDiff.refreshInterval().
TimestampFormatterWithTimeDiffTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php
TimestampFormatterWithTimeDiffTest::testNoRefreshInterval function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Tests the 'timestamp' formatter without refresh interval.
TimestampFormatterWithTimeDiffTest::testTimestampFormatterWithTimeDiff function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Tests the 'timestamp' formatter when is used with time difference setting.
TimestampFormatterWithTimeDiffViewsTest class core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Tests the timestamp formatter used with time difference setting in views.
TimestampFormatterWithTimeDiffViewsTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php
TimestampFormatterWithTimeDiffViewsTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php The theme to install as the default for testing.
TimestampFormatterWithTimeDiffViewsTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Modules to install.
TimestampFormatterWithTimeDiffViewsTest::$testViews property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Views used in test.
TimestampFormatterWithTimeDiffViewsTest::getRowData function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Provides data for view rows.
TimestampFormatterWithTimeDiffViewsTest::testTimestampFormatterWithTimeDiff function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Tests the timestamp formatter used with time difference setting in views.
TimestampNormalizer::$allowedFormats property core/modules/serialization/src/Normalizer/TimestampNormalizer.php Allowed datetime formats for the denormalizer.
TimestampNormalizerTest::providerTestDenormalizeValidFormats function core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php Data provider for testDenormalizeValidFormats.
TimestampNormalizerTest::testDenormalizeValidFormats function core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php Tests the denormalize function with good data.
TimeZone::transform function core/modules/system/src/Plugin/migrate/process/d6/TimeZone.php Performs the associated process.
TimeZoneFormHelper class core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php Helper class for dealing with timezones.
TimeZoneFormHelper.php file core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php
TimeZoneFormHelper::getOptionsList function core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php Generate an array of time zones names.
TimeZoneFormHelper::getOptionsListByRegion function core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php Generate an array of time zones names grouped by region.
TimeZoneFormHelperTest class core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php Tests Drupal\Core\Datetime\TimeZoneFormHelper.
TimeZoneFormHelperTest.php file core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php
TimeZoneFormHelperTest::setUp function core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php
TimeZoneFormHelperTest::testGetGroupedList function core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php Tests get grouped list.

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