You are here

18 string references to extension.list.profile in Drupal 10

DemoUmamiProfileTest::testConfig in core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php
Tests the profile supplied configuration is the same after installation.
demo_umami_requirements in core/profiles/demo_umami/demo_umami.install
Implements hook_requirements().
drupal_flush_all_caches in core/includes/common.inc
Rebuilds the container, flushes all persistent caches, resets all variables, and rebuilds all data structures.
drupal_install_profile_distribution_name in core/includes/install.inc
Loads the installation profile, extracting its defined distribution name.
drupal_install_profile_distribution_version in core/includes/install.inc
Loads the installation profile, extracting its defined version.
ExtensionDiscovery::setProfileDirectoriesFromSettings in core/lib/Drupal/Core/Extension/ExtensionDiscovery.php
Sets installation profile directories based on current site settings.
ExtensionInstallStorage::getAllFolders in core/lib/Drupal/Core/Config/ExtensionInstallStorage.php
Returns a map of all config object names and their folders.
ExtensionPathResolverTest::testExtensionPathResolving in core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php
@covers ::getPathname
ExtensionPathResolverTest::testExtensionPathResolvingWithNonExistingProfile in core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php
@covers ::getPathname
FunctionalTestSetupTrait::installDefaultThemeFromClassProperty in core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
Installs the default theme defined by `static::$defaultTheme` when needed.
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.
install_profile_info in core/includes/install.inc
Retrieves information about an installation profile from its .info.yml file.
MediaDisplayTest::setUp in core/modules/media/tests/src/FunctionalJavascript/MediaDisplayTest.php
ModuleHandlerTest::testProfileAllDependencies in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests that a profile can supply only real dependencies.
ModuleHandlerTest::testUninstallProfileDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests uninstalling a module installed by a profile.