Search for date

  1. Search 7.x for date
  2. Search 8.9.x for date
  3. Search 10.3.x for date
  4. Search 11.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 selection.

All search results

Title Object type File name Summary
ResourceResponseValidator::doValidateResponse function core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php Wraps validation in an assert to prevent execution in production.
ResourceResponseValidator::validateResponse function core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php Validates a response against the JSON:API specification.
ResourceResponseValidator::validateSchema function core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php Validates a string against a JSON Schema. It logs any possible errors.
ResourceResponseValidatorTest::testDoValidateResponse function core/modules/jsonapi/tests/src/Unit/EventSubscriber/ResourceResponseValidatorTest.php @covers ::doValidateResponse
ResourceResponseValidatorTest::testValidateResponse function core/modules/jsonapi/tests/src/Unit/EventSubscriber/ResourceResponseValidatorTest.php @covers ::validateResponse
@dataProvider validateResponseProvider
ResourceResponseValidatorTest::validateResponseProvider function core/modules/jsonapi/tests/src/Unit/EventSubscriber/ResourceResponseValidatorTest.php Provides test cases for testValidateResponse.
ResponsiveImageStyleForm::validateForm function core/modules/responsive_image/src/ResponsiveImageStyleForm.php Form validation handler.
responsive_image.post_update.php file core/modules/responsive_image/responsive_image.post_update.php Post update functions for Responsive Image.
responsive_image_removed_post_updates function core/modules/responsive_image/responsive_image.post_update.php Implements hook_removed_post_updates().
rest.post_update.php file core/modules/rest/rest.post_update.php Post update functions for Rest.
RestSettingsDeletionUpdateTest class core/modules/rest/tests/src/Functional/Update/RestSettingsDeletionUpdateTest.php Ensures that update hook is run properly for deleting obsolete REST settings.
RestSettingsDeletionUpdateTest.php file core/modules/rest/tests/src/Functional/Update/RestSettingsDeletionUpdateTest.php
RestSettingsDeletionUpdateTest::setDatabaseDumpFiles function core/modules/rest/tests/src/Functional/Update/RestSettingsDeletionUpdateTest.php Set database dump files to be used.
RestSettingsDeletionUpdateTest::testUpdate function core/modules/rest/tests/src/Functional/Update/RestSettingsDeletionUpdateTest.php Ensures that update hook is run for "rest" module.
RestTestConstraintValidator::validate function core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraintValidator.php
rest_post_update_delete_settings function core/modules/rest/rest.post_update.php Remove obsolete rest.settings configuration.
rest_removed_post_updates function core/modules/rest/rest.post_update.php Implements hook_removed_post_updates().
rest_update_last_removed function core/modules/rest/rest.install Implements hook_update_last_removed().
RevisionableInterface::updateLoadedRevisionId function core/lib/Drupal/Core/Entity/RevisionableInterface.php Updates the loaded Revision ID with the revision ID.
Role::validateOptionsForm function core/modules/user/src/Plugin/views/access/Role.php Validate the options form.
Rotate::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Rotate.php Validates the arguments.
RotateImageEffect::validateConfigurationForm function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php
RouteProvider::getCandidateOutlines function core/tests/Drupal/KernelTests/RouteProvider.php
RouteProvider::getCandidateOutlines function core/lib/Drupal/Core/Routing/RouteProvider.php Returns an array of path pattern outlines that could match the path parts.
RouteProviderTest::testCandidateOutlines function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that the correct candidate outlines are generated.
RouteProviderTest::testEmptyPathCandidatesOutlines function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Don't fail when given an empty path.
Row::needsUpdate function core/modules/migrate/src/Row.php Returns if this row needs an update.
RowPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/row/RowPluginBase.php Validate the options form.
RssFields::validate function core/modules/views/src/Plugin/views/row/RssFields.php Validate that the plugin is correct and can be saved.
SAVED_UPDATED constant core/includes/common.inc Return status for saving which involved an update to an existing item.
Scale::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php Validates the arguments.
ScaleAndCrop::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php Validates the arguments.
ScaleImageEffect::validateConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
SchemaVersionUpdateTest class core/modules/system/tests/src/Functional/Update/SchemaVersionUpdateTest.php Tests that updates clean-up non-integer schema version.
SchemaVersionUpdateTest.php file core/modules/system/tests/src/Functional/Update/SchemaVersionUpdateTest.php
SchemaVersionUpdateTest::$modules property core/modules/system/tests/src/Functional/Update/SchemaVersionUpdateTest.php Modules to enable after the database is loaded.
SchemaVersionUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/SchemaVersionUpdateTest.php Set database dump files to be used.
SchemaVersionUpdateTest::testSchemaVersionsIsInt function core/modules/system/tests/src/Functional/Update/SchemaVersionUpdateTest.php Tests that upgrade converted string value to integer.
search.post_update.php file core/modules/search/search.post_update.php Post update functions for Search module.
Search::validateExposed function core/modules/search/src/Plugin/views/filter/Search.php Validate the exposed handler form.
SearchDateIntervalTest class core/modules/search/tests/src/Functional/SearchDateIntervalTest.php Tests searching with date filters that exclude some translations.
SearchDateIntervalTest.php file core/modules/search/tests/src/Functional/SearchDateIntervalTest.php
SearchDateIntervalTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchDateIntervalTest.php The theme to install as the default for testing.
SearchDateIntervalTest::$modules property core/modules/search/tests/src/Functional/SearchDateIntervalTest.php Modules to enable.
SearchDateIntervalTest::setUp function core/modules/search/tests/src/Functional/SearchDateIntervalTest.php
SearchDateIntervalTest::testDateIntervalQueryAlter function core/modules/search/tests/src/Functional/SearchDateIntervalTest.php Tests searching with date filters that exclude some translations.
SearchIndex::updateWordWeights function core/modules/search/src/SearchIndex.php Updates the {search_total} database table.
SearchIndexingInterface::updateIndex function core/modules/search/src/Plugin/SearchIndexingInterface.php Updates the search index for this plugin.
SearchIndexInterface::updateWordWeights function core/modules/search/src/SearchIndexInterface.php Updates the {search_total} database table.
SearchNodeUpdateAndDeletionTest class core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php Tests search index is updated properly when nodes are removed or updated.

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