Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
UpdatePathTestTrait::ensureUpdatesToRun function core/tests/Drupal/Tests/UpdatePathTestTrait.php Installs the update_script_test module and makes an update available.
UpdateProcessor::$availableReleasesTempStore property core/modules/update/src/UpdateProcessor.php Update available releases store.
UpdateProcessor::$fetchTaskStore property core/modules/update/src/UpdateProcessor.php Update Fetch Task Store.
UpdateProcessor::$stateStore property core/modules/update/src/UpdateProcessor.php The state service.
UpdateProcessor::$tempStore property core/modules/update/src/UpdateProcessor.php Update key/value store.
Updater::factory function core/lib/Drupal/Core/Updater/Updater.php Returns an Updater of the appropriate type depending on the source.
Updater::getInstallDirectory function core/lib/Drupal/Core/Updater/Updater.php Returns the path to the default install location for the current project.
Updater::getUpdaterFromDirectory function core/lib/Drupal/Core/Updater/Updater.php Determines which Updater class can operate on the given directory.
Updater::prepareInstallDirectory function core/lib/Drupal/Core/Updater/Updater.php Makes sure the installation parent directory exists and is writable.
UpdateRegistryTest::testGetPendingCustomUpdateFunctions function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending custom update functions.
UpdaterInterface::canUpdateDirectory function core/lib/Drupal/Core/Updater/UpdaterInterface.php Determines if the Updater can handle the project provided in $directory.
UpdaterInterface::getInstallDirectory function core/lib/Drupal/Core/Updater/UpdaterInterface.php Returns the path to the default install location for the current project.
UpdaterInterface::getRootDirectoryRelativePath function core/lib/Drupal/Core/Updater/UpdaterInterface.php Returns the name of the root directory under which projects will be copied.
UpdateRoot::__toString function core/modules/update/src/UpdateRoot.php Gets the root path under which projects are installed or updated.
UpdateScriptTest::testOrphanedSchemaEntries function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests that orphan schemas are handled properly.
UpdateSemverContribTestBase::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php The CSS locator for the update table run asserts on.
UpdateSemverContribTestBase::testUpdatesLegacyToSemver function core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php Tests updates from legacy versions to the semver versions.
UpdateSemverCoreTestBase::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php The CSS locator for the update table run asserts on.
UpdateSettingsForm::arrayToMultiLineString function core/modules/update/src/UpdateSettingsForm.php Prepares the saved notify_emails property to be displayed in the form.
UpdateSettingsForm::multiLineStringToArray function core/modules/update/src/UpdateSettingsForm.php Prepares the submitted value to be stored in the notify_emails property.
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.
UpdateTest::testToString function core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php Tests the Update::__toString() method.
UpdateTestBase::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateTestBase.php The CSS locator for the update table run asserts on.
UpdateTestTrait::mockReleaseHistory function core/modules/update/tests/src/Functional/UpdateTestTrait.php Sets available release history.
update_storage_clear function core/modules/update/update.module Invalidates stored data relating to update status.
Upgrade6Test::$nodeStorage property core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php The entity storage for node.
Upgrade6Test::$nodeStorage property core/modules/contact/tests/src/Functional/migrate_drupal_ui/d6/Upgrade6Test.php The entity storage for node.
Upgrade7Test::$nodeStorage property core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php The entity storage for node.
Upgrade7Test::$nodeStorage property core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php The entity storage for node.
UploadedFileConstraintValidator class core/modules/file/src/Validation/Constraint/UploadedFileConstraintValidator.php Constraint validator for uploaded files.
UploadedFileConstraintValidator.php file core/modules/file/src/Validation/Constraint/UploadedFileConstraintValidator.php
UploadedFileConstraintValidator::validate function core/modules/file/src/Validation/Constraint/UploadedFileConstraintValidator.php
UploadedFileConstraintValidatorTest class core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php Tests the uploaded file validator.
UploadedFileConstraintValidatorTest.php file core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php
UploadedFileConstraintValidatorTest::$filename property core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php The file name.
UploadedFileConstraintValidatorTest::$maxSize property core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php The max 4 MB filesize to use for testing.
UploadedFileConstraintValidatorTest::$modules property core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php Modules to install.
UploadedFileConstraintValidatorTest::$path property core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php The temporary file path.
UploadedFileConstraintValidatorTest::$validator property core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php A validator.
UploadedFileConstraintValidatorTest::setUp function core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php
UploadedFileConstraintValidatorTest::testValidateFail function core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php Tests validate fail.
UploadedFileConstraintValidatorTest::testValidateSuccess function core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php Tests validate success.
UploadedFileConstraintValidatorTest::validateProvider function core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php Data provider for ::testValidateFail.
UploadedFileInterface::getClientOriginalName function core/modules/file/src/Upload/UploadedFileInterface.php Returns the original file name.
UploadInstance::initializeIterator function core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php Initializes the iterator with the source data.
Upsert::__toString function core/modules/mysql/src/Driver/Database/mysql/Upsert.php Implements PHP magic __toString method to convert the query to a string.
Upsert::__toString function core/modules/sqlite/src/Driver/Database/sqlite/Upsert.php Implements PHP magic __toString method to convert the query to a string.

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