Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
Updater::getExtensionInfo function core/lib/Drupal/Core/Updater/Updater.php Get Extension information from directory.
Updater::getInstallArgs function core/lib/Drupal/Core/Updater/Updater.php Stores the default parameters for the Updater.
Updater::getInstallDirectory function core/lib/Drupal/Core/Updater/Updater.php Returns the path to the default install location for the current project.
Updater::getProjectName function core/lib/Drupal/Core/Updater/Updater.php Gets the name of the project directory (basename).
Updater::getProjectTitle function core/lib/Drupal/Core/Updater/Updater.php Returns the project name from a Drupal info file.
Updater::getUpdaterFromDirectory function core/lib/Drupal/Core/Updater/Updater.php Determines which Updater class can operate on the given directory.
UpdateRegistry::getAvailableUpdateFunctions function core/lib/Drupal/Core/Update/UpdateRegistry.php Gets all available update functions.
UpdateRegistry::getPendingUpdateFunctions function core/lib/Drupal/Core/Update/UpdateRegistry.php Find all update functions that haven't been executed.
UpdateRegistry::getPendingUpdateInformation function core/lib/Drupal/Core/Update/UpdateRegistry.php Returns a list of all the pending updates.
UpdateRegistry::getRemovedPostUpdates function core/lib/Drupal/Core/Update/UpdateRegistry.php Gets removed hook_post_update_NAME() implementations for an extension.
UpdateRegistry::getSubscribedEvents function core/lib/Drupal/Core/Update/UpdateRegistry.php
UpdateRegistry::getUpdateFunctions function core/lib/Drupal/Core/Update/UpdateRegistry.php Returns all available updates for a given extension.
UpdateRegistryTest::testGetPendingCustomUpdateFunctions function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending custom update functions.
UpdateRegistryTest::testGetPendingUpdateFunctionsExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update functions existing updates.
UpdateRegistryTest::testGetPendingUpdateFunctionsNoExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update functions no existing updates.
UpdateRegistryTest::testGetPendingUpdateFunctionsWithLoadedModulesButNotEnabled function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update functions with loaded modules but not enabled.
UpdateRegistryTest::testGetPendingUpdateInformation function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update information.
UpdateRegistryTest::testGetPendingUpdateInformationWithExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update information with existing updates.
UpdateRegistryTest::testGetPendingUpdateInformationWithRemovedUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update information with removed updates.
UpdateRegistryTest::testGetUpdateFunctions function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get update functions.
UpdaterInterface::getInstallDirectory function core/lib/Drupal/Core/Updater/UpdaterInterface.php Returns the path to the default install location for the current project.
UpdaterInterface::getProjectName function core/lib/Drupal/Core/Updater/UpdaterInterface.php Returns the system name of the project.
UpdaterInterface::getRootDirectoryRelativePath function core/lib/Drupal/Core/Updater/UpdaterInterface.php Returns the name of the root directory under which projects will be copied.
UpdaterTest::testGetProjectTitleWithChild function core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php Tests project and child project showing correct title.
UpdateSchemaTest::testDrupalGetSchemaVersionsInt function core/tests/Drupal/KernelTests/Core/Extension/UpdateSchemaTest.php Tests the function parses schema updates as integer numbers.
UpdateScriptTest::getSystemSchema function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Returns the Drupal 7 system table schema.
UpdateSemverCoreSecurityCoverageTest class core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Tests the security coverage messages for Drupal core versions.
UpdateSemverCoreSecurityCoverageTest.php file core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php
UpdateSemverCoreSecurityCoverageTest::doTestSecurityCoverageMessage function core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Tests the security coverage messages for Drupal core versions.
UpdateSemverCoreSecurityCoverageTest::securityCoverageMessageProvider function core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Data provider for testSecurityCoverageMessage().
UpdateSemverCoreSecurityCoverageTest::testSecurityCoverageMessage function core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Tests the security coverage messages for Drupal core versions.
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.
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.
update_get_available function core/modules/update/update.module Tries to get update information and refreshes it when necessary.
update_get_update_function_list function core/includes/update.inc Returns an organized list of update functions for a set of modules.
update_get_update_list function core/includes/update.inc Returns a list of all the pending database updates.
update_manager_batch_project_get function core/modules/update/update.manager.inc Implements callback_batch_operation().
update_manager_file_get function core/modules/update/update.manager.inc Copies a file from the specified URL to the temporary directory for updates.
Upgrade6Test::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Gets the available upgrade paths.
Upgrade6Test::getAvailablePaths function core/modules/contact/tests/src/Functional/migrate_drupal_ui/d6/Upgrade6Test.php Gets the available upgrade paths.
Upgrade6Test::getEntityCounts function core/modules/contact/tests/src/Functional/migrate_drupal_ui/d6/Upgrade6Test.php Gets the expected number of entities per entity type after migration.
Upgrade6Test::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Gets the expected number of entities per entity type after migration.
Upgrade6Test::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Gets expected number of entities per entity after incremental migration.
Upgrade6Test::getEntityCountsIncremental function core/modules/contact/tests/src/Functional/migrate_drupal_ui/d6/Upgrade6Test.php Gets expected number of entities per entity after incremental migration.
Upgrade6Test::getMissingPaths function core/modules/contact/tests/src/Functional/migrate_drupal_ui/d6/Upgrade6Test.php Gets the missing upgrade paths.
Upgrade6Test::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Gets the missing upgrade paths.

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