Search for manager

  1. Search 7.x for manager
  2. Search 9.5.x for manager
  3. Search 8.9.x for manager
  4. Search 10.3.x for manager
  5. Other projects
Title Object type File name Summary
UpdateManager::$keyValueStore property core/modules/update/src/UpdateManager.php The key/value store.
UpdateManager::$moduleExtensionList property core/modules/update/src/UpdateManager.php The module extension list.
UpdateManager::$moduleHandler property core/modules/update/src/UpdateManager.php Module Handler Service.
UpdateManager::$projects property core/modules/update/src/UpdateManager.php An array of installed projects.
UpdateManager::$themeExtensionList property core/modules/update/src/UpdateManager.php The theme extension list.
UpdateManager::$themeHandler property core/modules/update/src/UpdateManager.php The theme handler.
UpdateManager::$updateProcessor property core/modules/update/src/UpdateManager.php Update Processor Service.
UpdateManager::$updateSettings property core/modules/update/src/UpdateManager.php The update settings.
UpdateManager::fetchDataBatch function core/modules/update/src/UpdateManager.php Processes a step in batch for fetching available update data.
UpdateManager::getProjects function core/modules/update/src/UpdateManager.php Fetches an array of installed projects.
UpdateManager::projectStorage function core/modules/update/src/UpdateManager.php Retrieves update storage data or empties it.
UpdateManager::refreshUpdateData function core/modules/update/src/UpdateManager.php Clears out all the available update data and initiates re-fetching.
UpdateManager::__construct function core/modules/update/src/UpdateManager.php Constructs an UpdateManager.
UpdateManagerAccessCheck class core/modules/update/src/Access/UpdateManagerAccessCheck.php Determines whether allow authorized operations is set.
UpdateManagerAccessCheck.php file core/modules/update/src/Access/UpdateManagerAccessCheck.php
UpdateManagerAccessCheck::$settings property core/modules/update/src/Access/UpdateManagerAccessCheck.php Settings Service.
UpdateManagerAccessCheck::access function core/modules/update/src/Access/UpdateManagerAccessCheck.php Checks access.
UpdateManagerAccessCheck::__construct function core/modules/update/src/Access/UpdateManagerAccessCheck.php Constructs an UpdateManagerAccessCheck object.
UpdateManagerInterface interface core/modules/update/src/UpdateManagerInterface.php Manages project update information.
UpdateManagerInterface.php file core/modules/update/src/UpdateManagerInterface.php
UpdateManagerInterface::CURRENT constant core/modules/update/src/UpdateManagerInterface.php Project is up to date.
UpdateManagerInterface::fetchDataBatch function core/modules/update/src/UpdateManagerInterface.php Processes a step in batch for fetching available update data.
UpdateManagerInterface::getProjects function core/modules/update/src/UpdateManagerInterface.php Fetches an array of installed projects.
UpdateManagerInterface::NOT_CURRENT constant core/modules/update/src/UpdateManagerInterface.php Project has a new release available, but it is not a security release.
UpdateManagerInterface::NOT_SECURE constant core/modules/update/src/UpdateManagerInterface.php Project is missing security update(s).
UpdateManagerInterface::NOT_SUPPORTED constant core/modules/update/src/UpdateManagerInterface.php Current release is no longer supported by the project maintainer.
UpdateManagerInterface::projectStorage function core/modules/update/src/UpdateManagerInterface.php Retrieves update storage data or empties it.
UpdateManagerInterface::refreshUpdateData function core/modules/update/src/UpdateManagerInterface.php Clears out all the available update data and initiates re-fetching.
UpdateManagerInterface::REVOKED constant core/modules/update/src/UpdateManagerInterface.php Current release has been unpublished and is no longer available.
UpdateManagerTest class core/modules/update/tests/src/Functional/UpdateManagerTest.php Tests legacy Update Manager functionality of the Update Status module.
UpdateManagerTest.php file core/modules/update/tests/src/Functional/UpdateManagerTest.php
UpdateManagerTest::$defaultTheme property core/modules/update/tests/src/Functional/UpdateManagerTest.php The theme to install as the default for testing.
UpdateManagerTest::testClearDiskCache function core/modules/update/tests/src/Functional/UpdateManagerTest.php Checks that clearing the disk cache works.
update_manager_archive_extract function core/modules/update/update.manager.inc Unpacks a downloaded archive file.
update_manager_archive_verify function core/modules/update/update.manager.inc Verifies an archive after it has been downloaded and extracted.
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.
update_manager_local_transfers_allowed function core/modules/update/update.manager.inc Determines if file transfers will be performed locally.
Url::$accessManager property core/lib/Drupal/Core/Url.php The access manager.
Url::accessManager function core/lib/Drupal/Core/Url.php
UrlGeneratorTest::$aliasManager property core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php The alias manager.
UrlGeneratorTest::$processorManager property core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php The path processor.
UrlGeneratorTest::$routeProcessorManager property core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php The mock route processor manager.
UrlGeneratorTest::aliasManagerCallback function core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php Return value callback for getAliasByPath() on the mock alias manager.
UrlTest::$pathAliasManager property core/tests/Drupal/Tests/Core/UrlTest.php The path alias manager.
UrlTest::getMockAccessManager function core/tests/Drupal/Tests/Core/UrlTest.php Creates a mock access manager for the access tests.
UserAuth::$entityTypeManager property core/modules/user/src/UserAuth.php The entity type manager.
UserAuthentication::$entityTypeManager property core/modules/user/src/UserAuthentication.php The entity type manager.
UserLangcode::$languageManager property core/modules/user/src/Plugin/migrate/process/UserLangcode.php The language manager.
UserLocalTask::$entityTypeManager property core/modules/user/src/Plugin/Derivative/UserLocalTask.php The entity type manager.

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