| 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. |