You are here

service extension.list.profile in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \extension.list.profile
  2. 10 core/core.services.yml \extension.list.profile

Class

Drupal\Core\Extension\ProfileExtensionList
7 string references to extension.list.profile
ExtensionInstallStorage::getAllFolders in core/lib/Drupal/Core/Config/ExtensionInstallStorage.php
Returns a map of all config object names and their folders.
InstallerDependenciesResolutionTest::testDependenciesResolution in core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php
Verifies that the exception message in the profile step is correct.
InstallerLanguageTest::testInstallerTranslationCache in core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php
Tests profile info caching in non-English languages.
InstallStorage::getAllFolders in core/lib/Drupal/Core/Config/InstallStorage.php
Returns a map of all config object names and their folders.
install_begin_request in core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Extension\ProfileExtensionList
  2. arguments:
  3. - '%app.root%'
  4. - profile
  5. - '@cache.default'
  6. - '@info_parser'
  7. - '@module_handler'
  8. - '@state'
  9. - '%install_profile%'