Search for __get
- Search 7.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Search 11.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| UpdateFetcher::getFetchBaseUrl | function | core/ |
Returns the base of the URL to fetch available update data for a project. |
| UpdateFetcherInterface::getFetchBaseUrl | function | core/ |
Returns the base of the URL to fetch available update data for a project. |
| UpdateHookRegistry::getAllInstalledVersions | function | core/ |
Returns the currently installed schema version for all modules. |
| UpdateHookRegistry::getAvailableUpdates | function | core/ |
Returns an array of available schema versions for a module. |
| UpdateHookRegistry::getInstalledVersion | function | core/ |
Returns the currently installed schema version for a module. |
| UpdateHookRegistryTest::testGetInstalledVersion | function | core/ |
@covers ::getInstalledVersion[[api-linebreak]] @covers ::getAllInstalledVersions[[api-linebreak]] @covers ::setInstalledVersion[[api-linebreak]] @covers ::deleteInstalledVersion[[api-linebreak]] |
| UpdateHookRegistryTest::testGetVersions | function | core/ |
@covers ::getAvailableUpdates[[api-linebreak]] |
| UpdateLocalTasksTest::getUpdateModuleRoutes | function | core/ |
Provides a list of module routes to test. |
| UpdateLocalTasksTest::getUpdateReportRoutes | function | core/ |
Provides a list of report routes to test. |
| UpdateLocalTasksTest::getUpdateThemeRoutes | function | core/ |
Provides a list of theme routes to test. |
| UpdateManager::getProjects | function | core/ |
Fetches an array of installed and enabled projects. |
| UpdateManagerInstall::getFormId | function | core/ |
Returns a unique string identifying the form. |
| UpdateManagerInterface::getProjects | function | core/ |
Fetches an array of installed and enabled projects. |
| UpdateManagerUpdate::getFormId | function | core/ |
Returns a unique string identifying the form. |
| Updater::getBackupDir | function | core/ |
Returns the full path to a directory where backups should be written. |
| Updater::getExtensionInfo | function | core/ |
Get Extension information from directory. |
| Updater::getInstallArgs | function | core/ |
Stores the default parameters for the Updater. |
| Updater::getProjectName | function | core/ |
Gets the name of the project directory (basename). |
| Updater::getProjectTitle | function | core/ |
Returns the project name from a Drupal info file. |
| Updater::getUpdaterFromDirectory | function | core/ |
Determines which Updater class can operate on the given directory. |
| UpdateReady::getFormId | function | core/ |
Returns a unique string identifying the form. |
| UpdateRegistry::getAvailableUpdateFunctions | function | core/ |
Gets all available update functions. |
| UpdateRegistry::getModuleUpdateFunctions | function | core/ |
Returns all available updates for a given module. |
| UpdateRegistry::getPendingUpdateFunctions | function | core/ |
Find all update functions that haven't been executed. |
| UpdateRegistry::getPendingUpdateInformation | function | core/ |
Returns a list of all the pending updates. |
| UpdateRegistry::getRemovedPostUpdates | function | core/ |
Gets removed hook_post_update_NAME() implementations for an extension. |
| UpdateRegistry::getSubscribedEvents | function | core/ |
|
| UpdateRegistry::getUpdateFunctions | function | core/ |
Returns all available updates for a given extension. |
| UpdateRegistryTest::testGetModuleUpdateFunctions | function | core/ |
@covers ::getModuleUpdateFunctions[[api-linebreak]] @group legacy |
| UpdateRegistryTest::testGetPendingUpdateFunctionsExistingUpdates | function | core/ |
@covers ::getPendingUpdateFunctions[[api-linebreak]] |
| UpdateRegistryTest::testGetPendingUpdateFunctionsNoExistingUpdates | function | core/ |
@covers ::getPendingUpdateFunctions[[api-linebreak]] |
| UpdateRegistryTest::testGetPendingUpdateFunctionsWithLoadedModulesButNotEnabled | function | core/ |
@covers ::getPendingUpdateFunctions[[api-linebreak]] |
| UpdateRegistryTest::testGetPendingUpdateInformation | function | core/ |
@covers ::getPendingUpdateInformation[[api-linebreak]] |
| UpdateRegistryTest::testGetPendingUpdateInformationWithExistingUpdates | function | core/ |
@covers ::getPendingUpdateInformation[[api-linebreak]] |
| UpdateRegistryTest::testGetPendingUpdateInformationWithRemovedUpdates | function | core/ |
@covers ::getPendingUpdateInformation[[api-linebreak]] |
| UpdateRegistryTest::testGetUpdateFunctions | function | core/ |
@covers ::getUpdateFunctions[[api-linebreak]] |
| UpdaterInterface::getInstallDirectory | function | core/ |
Returns the path to the default install location for the current project. |
| UpdaterInterface::getProjectName | function | core/ |
Returns the system name of the project. |
| UpdaterInterface::getRootDirectoryRelativePath | function | core/ |
Returns the name of the root directory under which projects will be copied. |
| UpdaterTest::testGetProjectTitleWithChild | function | core/ |
Tests project and child project showing correct title. |
| UpdateSchemaTest::testDrupalGetSchemaVersionsInt | function | core/ |
Tests the function parses schema updates as integer numbers. |
| UpdateScriptTest::getSystemSchema | function | core/ |
Returns the Drupal 7 system table schema. |
| UpdateSettingsForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| UpdateSettingsForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| UpdateStorageTest | class | core/ |
Tests the Update module storage is cleared correctly. |
| UpdateStorageTest.php | file | core/ |
|
| UpdateStorageTest::$modules | property | core/ |
Modules to enable. |
| UpdateStorageTest::testUpdateStorage | function | core/ |
Tests the Update module storage is cleared correctly. |
| update_get_available | function | core/ |
Tries to get update information and refreshes it when necessary. |
| update_get_update_function_list | function | core/ |
Returns an organized list of update functions for a set of modules. |
Pagination
- Previous page
- Page 201
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.