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.
Date class core/modules/views/src/Plugin/views/argument_default/Date.php The current date argument default handler.

All search results

Title Object type File name Summary
Date::defineOptions function core/modules/views/src/Plugin/views/sort/Date.php Information about options for all kinds of purposes will be held here.
Date::defineOptions function core/modules/views/src/Plugin/views/field/Date.php Information about options for all kinds of purposes will be held here.
Date::defineOptions function core/modules/views/src/Plugin/views/filter/Date.php Information about options for all kinds of purposes will be held here.
Date::getArgFormat function core/modules/views/src/Plugin/views/argument/Date.php Returns the date format used in the query in a form usable by PHP.
Date::getArgument function core/modules/views/src/Plugin/views/argument_default/Date.php Return the default argument.
Date::getCacheContexts function core/modules/views/src/Plugin/views/argument_default/Date.php The cache contexts associated with this object.
Date::getCacheMaxAge function core/modules/views/src/Plugin/views/argument_default/Date.php The maximum age for which this object may be cached.
Date::getDateField function core/modules/datetime/src/Plugin/views/sort/Date.php Override to account for dates stored as strings.
Date::getDateField function core/modules/datetime/src/Plugin/views/argument/Date.php Creates cross-database SQL dates.
Date::getDateFormat function core/modules/datetime/src/Plugin/views/sort/Date.php Overridden in order to pass in the string date flag.
Date::getDateFormat function core/modules/datetime/src/Plugin/views/argument/Date.php Creates cross-database SQL date formatting.
Date::getDefaultArgument function core/modules/views/src/Plugin/views/argument/Date.php Gets the date default argument, formatted appropriately for this argument.
Date::getFormula function core/modules/views/src/Plugin/views/argument/Date.php Gets the prepared formula.
Date::getInfo function core/lib/Drupal/Core/Render/Element/Date.php Returns the element properties for this element.
Date::getOffset function core/modules/datetime/src/Plugin/views/filter/Date.php Get the proper offset from UTC to use in computations.
Date::getSortName function core/modules/views/src/Plugin/views/argument/Date.php Return a description of how the argument would normally be sorted.
Date::getTimezone function core/modules/datetime/src/Plugin/views/filter/Date.php Get the proper time zone to use in computations.
Date::hasValidGroupedValue function core/modules/views/src/Plugin/views/filter/Date.php Determines if the given grouped filter entry has a valid value.
Date::opBetween function core/modules/views/src/Plugin/views/filter/Date.php Filters by operator between.
Date::opBetween function core/modules/datetime/src/Plugin/views/filter/Date.php Override parent method, which deals with dates as integers.
Date::opSimple function core/modules/datetime/src/Plugin/views/filter/Date.php Override parent method, which deals with dates as integers.
Date::opSimple function core/modules/views/src/Plugin/views/filter/Date.php Filters by a simple operator.
Date::preRenderDate function core/lib/Drupal/Core/Render/Element/Date.php Adds form-specific attributes to a 'date' #type element.
Date::query function core/modules/views/src/Plugin/views/sort/Date.php Called to add the sort to a query.
Date::render function core/modules/views/src/Plugin/views/field/Date.php Renders the field.
Date::validateExposed function core/modules/views/src/Plugin/views/filter/Date.php Validate the exposed handler form.
Date::validateExposed function core/modules/datetime/src/Plugin/views/filter/Date.php Validate the exposed handler form.
Date::validateOptionsForm function core/modules/views/src/Plugin/views/filter/Date.php Simple validate handler.
Date::validateValidTime function core/modules/views/src/Plugin/views/filter/Date.php Validate that the time values convert to something usable.
Date::valueForm function core/modules/views/src/Plugin/views/filter/Date.php Add a type selector to the value form.
Date::__construct function core/modules/views/src/Plugin/views/field/Date.php Constructs a new Date object.
Date::__construct function core/modules/views/src/Plugin/views/argument/Date.php Constructs a new Date instance.
Date::__construct function core/modules/datetime/src/Plugin/views/sort/Date.php Constructs a Handler object.
Date::__construct function core/modules/datetime/src/Plugin/views/filter/Date.php Constructs a new Date handler.
Date::__construct function core/modules/datetime/src/Plugin/views/argument/Date.php Constructs a new Date instance.
Date::__construct function core/modules/views/src/Plugin/views/argument_default/Date.php Constructs a new Date instance.
DateArgumentDefaultTest class core/modules/node/tests/src/Functional/Views/DateArgumentDefaultTest.php Tests pluggable argument_default for views.
DateArgumentDefaultTest.php file core/modules/node/tests/src/Functional/Views/DateArgumentDefaultTest.php
DateArgumentDefaultTest::$currentNode property core/modules/node/tests/src/Functional/Views/DateArgumentDefaultTest.php The current node.
DateArgumentDefaultTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/DateArgumentDefaultTest.php The theme to install as the default for testing.
DateArgumentDefaultTest::$fixedTimeNode property core/modules/node/tests/src/Functional/Views/DateArgumentDefaultTest.php The node representing the page.
DateArgumentDefaultTest::$modules property core/modules/node/tests/src/Functional/Views/DateArgumentDefaultTest.php Modules to enable.
DateArgumentDefaultTest::$otherTimeNode property core/modules/node/tests/src/Functional/Views/DateArgumentDefaultTest.php Node with a different create time then the current node.
DateArgumentDefaultTest::$sameMonthNode property core/modules/node/tests/src/Functional/Views/DateArgumentDefaultTest.php The node representing the page.
DateArgumentDefaultTest::$sameTimeNode property core/modules/node/tests/src/Functional/Views/DateArgumentDefaultTest.php Node with the same create time as the current node.
DateArgumentDefaultTest::$testViews property core/modules/node/tests/src/Functional/Views/DateArgumentDefaultTest.php Views used by this test.
DateArgumentDefaultTest::setUp function core/modules/node/tests/src/Functional/Views/DateArgumentDefaultTest.php Sets up the test.
DateArgumentDefaultTest::testArgumentDefaultNodeChanged function core/modules/node/tests/src/Functional/Views/DateArgumentDefaultTest.php Test the 'Current node changed time' default argument handler.
DateArgumentDefaultTest::testArgumentDefaultNodeCreated function core/modules/node/tests/src/Functional/Views/DateArgumentDefaultTest.php Test the 'Current node created time' default argument handler.
DateElementBase class core/lib/Drupal/Core/Datetime/Element/DateElementBase.php Provides a base class for date elements.

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