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
FieldStorageCrudTest::testUpdate function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests updating a field storage.
FieldStorageCrudTest::testUpdateEntityTargetType function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests changing a field storage entity type.
FieldStorageCrudTest::testUpdateEntityType function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests changing a field storage type.
FieldStorageCrudTest::testUpdateFieldType function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php
FieldStorageCrudTest::testUpdateForbid function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests field type modules forbidding an update.
FieldStorageDefinitionEvents::UPDATE constant core/lib/Drupal/Core/Field/FieldStorageDefinitionEvents.php Name of the event triggered for field storage definition update.
FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Field/FieldStorageDefinitionEventSubscriberTrait.php
FieldStorageDefinitionListener::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to the update of a field storage definition.
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the update of a field storage definition.
FieldStorageDefinitionUpdateForbiddenException class core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php Exception thrown when a storage definition update is forbidden.
FieldStorageDefinitionUpdateForbiddenException.php file core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php
FieldUninstallValidator::validate function core/modules/field/src/ProxyClass/FieldUninstallValidator.php Determines the reasons a module can not be uninstalled.
FieldUninstallValidator::validate function core/modules/field/src/FieldUninstallValidator.php Determines the reasons a module can not be uninstalled.
FieldUninstallValidator::validateConfigImport function core/modules/field/src/FieldUninstallValidator.php Determines reasons a module can not be uninstalled prior to config import.
FieldUninstallValidatorTest::testValidateDeleted function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate
FieldUninstallValidatorTest::testValidateNoDeleted function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate
FieldUninstallValidatorTest::testValidateNoStorages function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate
FieldUpdateActionBase class core/lib/Drupal/Core/Field/FieldUpdateActionBase.php Provides a base for action plugins that update one or more fields.
FieldUpdateActionBase.php file core/lib/Drupal/Core/Field/FieldUpdateActionBase.php
FieldUpdateActionBase::access function core/lib/Drupal/Core/Field/FieldUpdateActionBase.php Checks object access.
FieldUpdateActionBase::execute function core/lib/Drupal/Core/Field/FieldUpdateActionBase.php Executes the plugin.
FieldUpdateActionBase::getFieldsToUpdate function core/lib/Drupal/Core/Field/FieldUpdateActionBase.php Gets an array of values to be set.
FieldWidgetConstraintValidator::validate function core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php
field_field_storage_config_update function core/modules/field/field.module Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
field_removed_post_updates function core/modules/field/field.post_update.php Implements hook_removed_post_updates().
field_test_field_storage_config_update_forbid function core/modules/field/tests/modules/field_test/field_test.field.inc Implements hook_field_storage_config_update_forbid().
field_update_last_removed function core/modules/field/field.install Implements hook_update_last_removed().
file.post_update.php file core/modules/file/file.post_update.php Post update functions for File.
File::invalidateTagsOnSave function core/modules/file/src/Entity/File.php Invalidates an entity's cache tags upon save.
FileFieldFileExtensionsUpdateTest class core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php Tests file_post_update_add_txt_if_allows_insecure_extensions().
FileFieldFileExtensionsUpdateTest.php file core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php
FileFieldFileExtensionsUpdateTest::$modules property core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php Modules to enable after the database is loaded.
FileFieldFileExtensionsUpdateTest::setAllowedExtensions function core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php Sets the allowed extensions on the article image field.
FileFieldFileExtensionsUpdateTest::setDatabaseDumpFiles function core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php Set database dump files to be used.
FileFieldFileExtensionsUpdateTest::testAllFileTypesAllowed function core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php Tests file fields that permit all extensions.
FileFieldFileExtensionsUpdateTest::testInsecureUpdatesAllowed function core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php Tests update when insecure uploads are allowed.
FileFieldFileExtensionsUpdateTest::testInsecureUpdatesNotAllowed function core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php Tests adding txt extension to field that allow insecure extensions.
FileFieldTestBase::updateFileField function core/modules/file/tests/src/Functional/FileFieldTestBase.php Updates an existing file field with new settings.
FileFieldValidateTest class core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php Tests file field validation functions.
FileFieldValidateTest class core/modules/file/tests/src/Functional/FileFieldValidateTest.php Tests file field validation functions.
FileFieldValidateTest.php file core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php
FileFieldValidateTest.php file core/modules/file/tests/src/Functional/FileFieldValidateTest.php
FileFieldValidateTest::$defaultTheme property core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php The theme to install as the default for testing.
FileFieldValidateTest::$defaultTheme property core/modules/file/tests/src/Functional/FileFieldValidateTest.php The theme to install as the default for testing.
FileFieldValidateTest::$modules property core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php Modules to enable.
FileFieldValidateTest::testAjaxValidationMessage function core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php Tests the validation message is displayed only once for ajax uploads.
FileFieldValidateTest::testFileExtension function core/modules/file/tests/src/Functional/FileFieldValidateTest.php Tests file extension checking.
FileFieldValidateTest::testFileMaxSize function core/modules/file/tests/src/Functional/FileFieldValidateTest.php Tests the max file size validator.
FileFieldValidateTest::testFileRemoval function core/modules/file/tests/src/Functional/FileFieldValidateTest.php Checks that a file can always be removed if it does not pass validation.
FileFieldValidateTest::testRequired function core/modules/file/tests/src/Functional/FileFieldValidateTest.php Tests the required property on file fields.

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