Search for date

  1. Search 7.x for date
  2. Search 9.5.x for date
  3. Search 8.9.x for date
  4. Search 10.3.x for date
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Date class core/modules/views/src/Plugin/views/sort/Date.php Basic sort handler for dates.
Date class core/modules/views/src/Plugin/views/field/Date.php A handler to provide proper displays for dates.
Date class core/modules/views/src/Plugin/views/filter/Date.php Filter to handle dates stored as a timestamp.
Date class core/modules/views/src/Plugin/views/argument/Date.php Argument handler for dates.
Date class core/modules/datetime/src/Plugin/views/sort/Date.php Basic sort handler for datetime fields.
Date class core/modules/datetime/src/Plugin/views/filter/Date.php Date/time views filter.
Date class core/modules/datetime/src/Plugin/views/argument/Date.php Abstract argument handler for dates.
Date class core/lib/Drupal/Core/Render/Element/Date.php Provides a form element for date or time selection.

All search results

Title Object type File name Summary
DateFormatEditForm::create function core/modules/system/src/Form/DateFormatEditForm.php Instantiates a new instance of this class.
DateFormatEditForm::form function core/modules/system/src/Form/DateFormatEditForm.php Gets the actual form array to be built.
DateFormatEditForm::__construct function core/modules/system/src/Form/DateFormatEditForm.php Constructs a DateFormatEditForm object.
DateFormatFormBase class core/modules/system/src/Form/DateFormatFormBase.php Provides a base form for date formats.
DateFormatFormBase.php file core/modules/system/src/Form/DateFormatFormBase.php
DateFormatFormBase::$dateFormatStorage property core/modules/system/src/Form/DateFormatFormBase.php The date format storage.
DateFormatFormBase::$dateFormatter property core/modules/system/src/Form/DateFormatFormBase.php The date formatter service.
DateFormatFormBase::create function core/modules/system/src/Form/DateFormatFormBase.php Instantiates a new instance of this class.
DateFormatFormBase::exists function core/modules/system/src/Form/DateFormatFormBase.php Checks for an existing date format.
DateFormatFormBase::form function core/modules/system/src/Form/DateFormatFormBase.php Gets the actual form array to be built.
DateFormatFormBase::save function core/modules/system/src/Form/DateFormatFormBase.php Form submission handler for the 'save' action.
DateFormatFormBase::submitForm function core/modules/system/src/Form/DateFormatFormBase.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…
DateFormatFormBase::validateForm function core/modules/system/src/Form/DateFormatFormBase.php Form validation handler.
DateFormatFormBase::__construct function core/modules/system/src/Form/DateFormatFormBase.php Constructs a new date format form.
DateFormatInterface interface core/lib/Drupal/Core/Datetime/DateFormatInterface.php Provides an interface defining a date format.
DateFormatInterface.php file core/lib/Drupal/Core/Datetime/DateFormatInterface.php
DateFormatInterface::getPattern function core/lib/Drupal/Core/Datetime/DateFormatInterface.php Gets the date pattern string for this format.
DateFormatInterface::isLocked function core/lib/Drupal/Core/Datetime/DateFormatInterface.php Determines if this date format is locked.
DateFormatInterface::setPattern function core/lib/Drupal/Core/Datetime/DateFormatInterface.php Sets the date pattern for this format.
DateFormatJsonAnonTest class core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php @group rest
DateFormatJsonAnonTest.php file core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php
DateFormatJsonAnonTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php The theme to install as the default for testing.
DateFormatJsonAnonTest::$format property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php The format to use in this test.
DateFormatJsonAnonTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php The MIME type that corresponds to $format.
DateFormatJsonBasicAuthTest class core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php @group rest
DateFormatJsonBasicAuthTest.php file core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php
DateFormatJsonBasicAuthTest::$auth property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php The authentication mechanism to use in this test.
DateFormatJsonBasicAuthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php The theme to install as the default for testing.
DateFormatJsonBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php The format to use in this test.
DateFormatJsonBasicAuthTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php The MIME type that corresponds to $format.
DateFormatJsonBasicAuthTest::$modules property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php Modules to install.
DateFormatJsonCookieTest class core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php @group rest
DateFormatJsonCookieTest.php file core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php
DateFormatJsonCookieTest::$auth property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php The authentication mechanism to use in this test.
DateFormatJsonCookieTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php The theme to install as the default for testing.
DateFormatJsonCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php The format to use in this test.
DateFormatJsonCookieTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php The MIME type that corresponds to $format.
DateFormatListBuilder class core/modules/system/src/DateFormatListBuilder.php Defines a class to build a listing of date format entities.
DateFormatListBuilder.php file core/modules/system/src/DateFormatListBuilder.php
DateFormatListBuilder::buildHeader function core/modules/system/src/DateFormatListBuilder.php Builds the header row for the entity listing.
DateFormatListBuilder::buildRow function core/modules/system/src/DateFormatListBuilder.php Builds a row for an entity in the entity listing.
DateFormatListBuilder::createInstance function core/modules/system/src/DateFormatListBuilder.php Instantiates a new instance of this entity handler.
DateFormatListBuilder::__construct function core/modules/system/src/DateFormatListBuilder.php Constructs a new DateFormatListBuilder object.
DateFormatResourceTestBase class core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php ResourceTestBase for DateFormat entity.
DateFormatResourceTestBase.php file core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php
DateFormatResourceTestBase::$entity property core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php The DateFormat entity.
DateFormatResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php The tested entity type.
DateFormatResourceTestBase::$modules property core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php Modules to install.
DateFormatResourceTestBase::createEntity function core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php Creates the entity to be tested.
DateFormatResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php Returns the expected normalization of the entity.

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