Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
UpdateManager::$keyValueStore | property | core/ |
The key/value store. |
UpdateManager::$moduleExtensionList | property | core/ |
The module extension list. |
UpdateManager::$moduleHandler | property | core/ |
Module Handler Service. |
UpdateManager::$projects | property | core/ |
An array of installed projects. |
UpdateManager::$themeExtensionList | property | core/ |
The theme extension list. |
UpdateManager::$themeHandler | property | core/ |
The theme handler. |
UpdateManager::$updateProcessor | property | core/ |
Update Processor Service. |
UpdateManager::$updateSettings | property | core/ |
The update settings. |
UpdateManager::fetchDataBatch | function | core/ |
Processes a step in batch for fetching available update data. |
UpdateManager::getProjects | function | core/ |
Fetches an array of installed projects. |
UpdateManager::projectStorage | function | core/ |
Retrieves update storage data or empties it. |
UpdateManager::refreshUpdateData | function | core/ |
Clears out all the available update data and initiates re-fetching. |
UpdateManager::__construct | function | core/ |
Constructs an UpdateManager. |
UpdateManagerAccessCheck | class | core/ |
Determines whether allow authorized operations is set. |
UpdateManagerAccessCheck.php | file | core/ |
|
UpdateManagerAccessCheck::$settings | property | core/ |
Settings Service. |
UpdateManagerAccessCheck::access | function | core/ |
Checks access. |
UpdateManagerAccessCheck::__construct | function | core/ |
Constructs an UpdateManagerAccessCheck object. |
UpdateManagerInterface | interface | core/ |
Manages project update information. |
UpdateManagerInterface.php | file | core/ |
|
UpdateManagerInterface::CURRENT | constant | core/ |
Project is up to date. |
UpdateManagerInterface::fetchDataBatch | function | core/ |
Processes a step in batch for fetching available update data. |
UpdateManagerInterface::getProjects | function | core/ |
Fetches an array of installed projects. |
UpdateManagerInterface::NOT_CURRENT | constant | core/ |
Project has a new release available, but it is not a security release. |
UpdateManagerInterface::NOT_SECURE | constant | core/ |
Project is missing security update(s). |
UpdateManagerInterface::NOT_SUPPORTED | constant | core/ |
Current release is no longer supported by the project maintainer. |
UpdateManagerInterface::projectStorage | function | core/ |
Retrieves update storage data or empties it. |
UpdateManagerInterface::refreshUpdateData | function | core/ |
Clears out all the available update data and initiates re-fetching. |
UpdateManagerInterface::REVOKED | constant | core/ |
Current release has been unpublished and is no longer available. |
UpdateManagerTest | class | core/ |
Tests legacy Update Manager functionality of the Update Status module. |
UpdateManagerTest.php | file | core/ |
|
UpdateManagerTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UpdateManagerTest::testClearDiskCache | function | core/ |
Checks that clearing the disk cache works. |
update_manager_archive_extract | function | core/ |
Unpacks a downloaded archive file. |
update_manager_archive_verify | function | core/ |
Verifies an archive after it has been downloaded and extracted. |
update_manager_batch_project_get | function | core/ |
Implements callback_batch_operation(). |
update_manager_file_get | function | core/ |
Copies a file from the specified URL to the temporary directory for updates. |
update_manager_local_transfers_allowed | function | core/ |
Determines if file transfers will be performed locally. |
Url::$accessManager | property | core/ |
The access manager. |
Url::accessManager | function | core/ |
|
UrlGeneratorTest::$aliasManager | property | core/ |
The alias manager. |
UrlGeneratorTest::$processorManager | property | core/ |
The path processor. |
UrlGeneratorTest::$routeProcessorManager | property | core/ |
The mock route processor manager. |
UrlGeneratorTest::aliasManagerCallback | function | core/ |
Return value callback for getAliasByPath() on the mock alias manager. |
UrlTest::$pathAliasManager | property | core/ |
The path alias manager. |
UrlTest::getMockAccessManager | function | core/ |
Creates a mock access manager for the access tests. |
UserAuth::$entityTypeManager | property | core/ |
The entity type manager. |
UserAuthentication::$entityTypeManager | property | core/ |
The entity type manager. |
UserLangcode::$languageManager | property | core/ |
The language manager. |
UserLocalTask::$entityTypeManager | property | core/ |
The entity type manager. |
Pagination
- Previous page
- Page 66
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.