Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
UpdatePathLastRemovedTest::$updateUser property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php A user account with upgrade permission.
UpdatePathLastRemovedTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php
UpdatePathLastRemovedTest::testLastRemovedVersion function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php Tests that a module with a too old schema version can not be updated.
UpdatePathNewDependencyTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php Modules can introduce new dependencies and enable them in update hooks.
UpdatePathNewDependencyTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php
UpdatePathNewDependencyTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php The theme to install as the default for testing.
UpdatePathNewDependencyTest::testUpdateNewDependency function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php Test that a module can add services that depend on new modules.
UpdatePathRC1TestBaseFilledTest class core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php Runs UpdatePathTestBaseTest with a RC1 dump filled with content.
UpdatePathRC1TestBaseFilledTest.php file core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php
UpdatePathRC1TestBaseFilledTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php The theme to install as the default for testing.
UpdatePathRC1TestBaseFilledTest::replaceUser1 function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php Replace User 1 with the user created here.
UpdatePathRC1TestBaseFilledTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php Set database dump files to be used.
UpdatePathRC1TestBaseFilledTest::testUpdatedSite function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php Tests that the content and configuration were properly updated.
UpdatePathRC1TestBaseTest class core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php Tests the update path base class with the RC1 database dump.
UpdatePathRC1TestBaseTest.php file core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php
UpdatePathRC1TestBaseTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php The theme to install as the default for testing.
UpdatePathRC1TestBaseTest::$modules property core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php Modules to enable after the database is loaded.
UpdatePathRC1TestBaseTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php Set database dump files to be used.
UpdatePathRC1TestBaseTest::testDatabaseLoaded function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php Tests that the database was properly loaded.
UpdatePathTestBase class core/modules/system/src/Tests/Update/UpdatePathTestBase.php Provides a base class for writing an update test.
UpdatePathTestBase class core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Provides a base class for writing an update test.
UpdatePathTestBase.php file core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php
UpdatePathTestBase.php file core/modules/system/src/Tests/Update/UpdatePathTestBase.php
UpdatePathTestBase::$checkFailedUpdates property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Fail the test if there are failed updates.
UpdatePathTestBase::$databaseDumpFiles property core/modules/system/src/Tests/Update/UpdatePathTestBase.php The file path(s) to the dumped database(s) to load into the child site.
UpdatePathTestBase::$databaseDumpFiles property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php The file path(s) to the dumped database(s) to load into the child site.
UpdatePathTestBase::$installProfile property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php The install profile used in the database dump file.
UpdatePathTestBase::$installProfile property core/modules/system/src/Tests/Update/UpdatePathTestBase.php The install profile used in the database dump file.
UpdatePathTestBase::$loadedModules property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Array of modules loaded when the test starts.
UpdatePathTestBase::$loadedModules property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Array of modules loaded when the test starts.
UpdatePathTestBase::$modules property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Modules to enable after the database is loaded.
UpdatePathTestBase::$modules property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Modules to enable after the database is loaded.
UpdatePathTestBase::$pendingUpdates property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Flag to indicate whether there are pending updates or not.
UpdatePathTestBase::$pendingUpdates property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Flag to indicate whether there are pending updates or not.
UpdatePathTestBase::$strictConfigSchema property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Disable strict config schema checking.
UpdatePathTestBase::$strictConfigSchema property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Disable strict config schema checking.
UpdatePathTestBase::$updateUrl property core/modules/system/src/Tests/Update/UpdatePathTestBase.php The update URL.
UpdatePathTestBase::$updateUrl property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php The update URL.
UpdatePathTestBase::$upgradedSite property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Flag that indicates whether the child site has been updated.
UpdatePathTestBase::$upgradedSite property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Flag that indicates whether the child site has been updated.
UpdatePathTestBase::$upgradeErrors property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Array of errors triggered during the update process.
UpdatePathTestBase::$upgradeErrors property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Array of errors triggered during the update process.
UpdatePathTestBase::$zlibInstalled property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Flag to indicate whether zlib is installed or not.
UpdatePathTestBase::$zlibInstalled property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Flag to indicate whether zlib is installed or not.
UpdatePathTestBase::doInstall function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Execute the non-interactive installer.
UpdatePathTestBase::doSelectionTest function core/modules/system/src/Tests/Update/UpdatePathTestBase.php Tests the selection page.
UpdatePathTestBase::initFrontPage function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Visits the front page when initializing Mink.
UpdatePathTestBase::installDrupal function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Installs Drupal into the Simpletest site.
UpdatePathTestBase::prepareSettings function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Add settings that are missed since the installer isn't run.
UpdatePathTestBase::prepareSettings function core/modules/system/src/Tests/Update/UpdatePathTestBase.php Add settings that are missed since the installer isn't run.

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