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. Search 11.x for date
  6. 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/views/src/Plugin/views/argument_default/Date.php The current date argument default handler.
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
MysqlDateSql::$replace property core/modules/views/src/Plugin/views/query/MysqlDateSql.php An array of PHP-to-MySQL replacement patterns.
MysqlDateSql::getDateField function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Returns a native database expression for a given field.
MysqlDateSql::getDateFormat function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Creates a native database date formatting.
MysqlDateSql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Applies the given offset to the given field.
MysqlDateSql::setTimezoneOffset function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Set the database to the given timezone.
MysqlDateSql::__construct function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Constructs the MySQL-specific date sql class.
MysqlDateSqlTest class core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests the MySQL-specific date query handler.
MysqlDateSqlTest.php file core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php
MysqlDateSqlTest::$database property core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php The mocked database service.
MysqlDateSqlTest::providerTestGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Provider for date formatting test.
MysqlDateSqlTest::setUp function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php
MysqlDateSqlTest::testGetDateField function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests the getDateField method.
MysqlDateSqlTest::testGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests date formatting replacement.
MysqlDateSqlTest::testSetFieldTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests timezone offset formatting.
MysqlDateSqlTest::testSetTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests setting the database offset.
Name::$validated_exposed_input property core/modules/user/src/Plugin/views/filter/Name.php The validated exposed input.
Name::validateExposed function core/modules/user/src/Plugin/views/filter/Name.php Validate the exposed handler form.
Name::valueValidate function core/modules/user/src/Plugin/views/filter/Name.php Validate the options form.
navigation.post_update.php file core/modules/navigation/navigation.post_update.php Post update functions for the Navigation module.
NavigationLinkBlock::validateIconClassElement function core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php Form element validation handler for the 'icon_class' element.
NavigationLinkBlock::validateUriElement function core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php Form element validation handler for the 'uri' element.
navigation_removed_post_updates function core/modules/navigation/navigation.post_update.php Implements hook_removed_post_updates().
navigation_update_last_removed function core/modules/navigation/navigation.install Implements hook_update_last_removed().
NegotiationBrowserForm::validateForm function core/modules/language/src/Form/NegotiationBrowserForm.php Form validation handler.
NegotiationUrlForm::validateForm function core/modules/language/src/Form/NegotiationUrlForm.php Form validation handler.
NestedEntityTestForm::validateForm function core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php Form validation handler.
new_dependency_test_update_8001 function core/modules/system/tests/modules/new_dependency_test/new_dependency_test.install Enable the new_dependency_test_with_service module.
node.post_update.php file core/modules/node/node.post_update.php Post update functions for Node.
NodeBulkUpdate class core/modules/node/src/NodeBulkUpdate.php Provides a service to update nodes in bulk.
NodeBulkUpdate.php file core/modules/node/src/NodeBulkUpdate.php
NodeBulkUpdate::batchFinished function core/modules/node/src/NodeBulkUpdate.php Reports the 'finished' status of batch operation the node bulk update.
NodeBulkUpdate::batchProcess function core/modules/node/src/NodeBulkUpdate.php Executes a batch operation for processing a node bulk update.
NodeBulkUpdate::process function core/modules/node/src/NodeBulkUpdate.php Updates all nodes in the passed-in array with the passed-in field values.
NodeBulkUpdate::processNode function core/modules/node/src/NodeBulkUpdate.php Updates individual nodes when fewer than 10 are queued.
NodeBulkUpdate::__construct function core/modules/node/src/NodeBulkUpdate.php
NodeChanged::getNodeDateValue function core/modules/node/src/Plugin/views/argument_default/NodeChanged.php Gets a timestamp value from the passed node.
NodeController::$dateFormatter property core/modules/node/src/Controller/NodeController.php The date formatter service.
NodeCreated::getNodeDateValue function core/modules/node/src/Plugin/views/argument_default/NodeCreated.php Gets a timestamp value from the passed node.
NodeCreationTest::testAuthoredDate function core/modules/node/tests/src/Functional/NodeCreationTest.php Creates nodes with different authored dates.
NodeDateArgumentDefaultPluginBase class core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Provides a base class for node date values.
NodeDateArgumentDefaultPluginBase.php file core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php
NodeDateArgumentDefaultPluginBase::create function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Instantiates a new instance of the implementing class using autowiring.
NodeDateArgumentDefaultPluginBase::getArgument function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Return the default argument.
NodeDateArgumentDefaultPluginBase::getCacheContexts function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php The cache contexts associated with this object.
NodeDateArgumentDefaultPluginBase::getCacheMaxAge function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php The maximum age for which this object may be cached.
NodeDateArgumentDefaultPluginBase::getNodeDateValue function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Gets a timestamp value from the passed node.
NodeDateArgumentDefaultPluginBase::__construct function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Constructs a new NodeDateArgumentDefaultPluginBase instance.
NodeForm::$dateFormatter property core/modules/node/src/Form/NodeForm.php The date formatter service.
NodeListBuilder::$dateFormatter property core/modules/node/src/NodeListBuilder.php The date formatter service.
NodeRebuildPermissionUpdateTest class core/modules/node/tests/src/Functional/NodeRebuildPermissionUpdateTest.php Tests node rebuild permission update.

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