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
UpdateSettings class core/modules/update/src/Plugin/migrate/source/UpdateSettings.php Drupal 6/7 Update settings source from database.
UpdateSettings.php file core/modules/update/src/Plugin/migrate/source/UpdateSettings.php
UpdateSettings::values function core/modules/update/src/Plugin/migrate/source/UpdateSettings.php Return the values of the variables specified in the plugin configuration.
UpdateSettingsForm class core/modules/update/src/UpdateSettingsForm.php Configure update settings for this site.
UpdateSettingsForm.php file core/modules/update/src/UpdateSettingsForm.php
UpdateSettingsForm::arrayToMultiLineString function core/modules/update/src/UpdateSettingsForm.php Prepares the saved notify_emails property to be displayed in the form.
UpdateSettingsForm::buildForm function core/modules/update/src/UpdateSettingsForm.php Form constructor.
UpdateSettingsForm::formatMultipleViolationsMessage function core/modules/update/src/UpdateSettingsForm.php Formats multiple violation messages associated with a single form element.
UpdateSettingsForm::getEditableConfigNames function core/modules/update/src/UpdateSettingsForm.php Gets the configuration names that will be editable.
UpdateSettingsForm::getFormId function core/modules/update/src/UpdateSettingsForm.php Returns a unique string identifying the form.
UpdateSettingsForm::multiLineStringToArray function core/modules/update/src/UpdateSettingsForm.php Prepares the submitted value to be stored in the notify_emails property.
UpdateSettingsForm::submitForm function core/modules/update/src/UpdateSettingsForm.php Form submission handler.
UpdateSettingsFormTest class core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php Tests the update_settings form.
UpdateSettingsFormTest.php file core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php
UpdateSettingsFormTest::$defaultTheme property core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php The theme to install as the default for testing.
UpdateSettingsFormTest::$modules property core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php Modules to install.
UpdateSettingsFormTest::testUpdateSettingsForm function core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php Tests the update_settings form.
UpdateStorageTest class core/modules/update/tests/src/Kernel/UpdateStorageTest.php Tests the Update Status module storage is cleared correctly.
UpdateStorageTest.php file core/modules/update/tests/src/Kernel/UpdateStorageTest.php
UpdateStorageTest::$modules property core/modules/update/tests/src/Kernel/UpdateStorageTest.php Modules to install.
UpdateStorageTest::testUpdateStorage function core/modules/update/tests/src/Kernel/UpdateStorageTest.php Tests the Update Status module storage is cleared correctly.
UpdatesWith7xTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php Tests the minimum schema version when only 7.x update hooks are retained.
UpdatesWith7xTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php
UpdatesWith7xTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php The theme to install as the default for testing.
UpdatesWith7xTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php Modules to install.
UpdatesWith7xTest::$updateUrl property core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php The URL for the update page.
UpdatesWith7xTest::$updateUser property core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php An administrative user.
UpdatesWith7xTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php
UpdatesWith7xTest::testWith7x function core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php Tests updating from Drupal 7.
UpdateTest class core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Tests the update query builder.
UpdateTest.php file core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php
UpdateTest::testExpressionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Tests updating with expressions.
UpdateTest::testMultiGTUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms that we can update multiple records with a non-equality condition.
UpdateTest::testMultiUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms that we can update multiple records successfully.
UpdateTest::testSimpleNullUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms updating to NULL.
UpdateTest::testSimpleUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms that we can update a single record successfully.
UpdateTest::testSpecialColumnUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirm that we can update values in a column with special name.
UpdateTest::testToString function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Tests the Update::__toString() method.
UpdateTest::testUpdateAffectedRows function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Tests return value on update.
UpdateTest::testUpdateNonExistingTable function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Updating a not existing table throws a DatabaseExceptionWrapper.
UpdateTest::testUpdateValueInSerial function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Updating a serial field throws a IntegrityConstraintViolationException.
UpdateTest::testWhereAndConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms that we can stack condition and where calls.
UpdateTest::testWhereUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Confirms that we can update multiple records with a where call.
UpdateTestArchiver class core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php Defines a test archiver implementation.
UpdateTestArchiver.php file core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php
UpdateTestArchiver::add function core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php Adds the specified file or directory to the archive.
UpdateTestArchiver::extract function core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php Extracts multiple files in the archive to the specified path.
UpdateTestArchiver::listContents function core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php Lists all files in the archive.
UpdateTestArchiver::remove function core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php Removes the specified file from the archive.
UpdateTestBase class core/modules/update/tests/src/Functional/UpdateTestBase.php Defines some shared functions used by all update tests.

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