You are here

21 calls to Drupal::installProfile() in Drupal 8

DefaultContentFilesAccessTest::testAccessDeniedToFiles in core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php
Tests that sample images, recipes and articles are not accessible.
demo_umami_requirements in core/profiles/demo_umami/demo_umami.install
Implements hook_requirements().
DistributionProfileExistingSettingsTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php
Confirms that the installation succeeded.
DistributionProfileTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php
Confirms that the installation succeeded.
drupal_get_profile in core/includes/bootstrap.inc
Gets the name of the currently active installation profile.
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.
drupal_required_modules in core/includes/module.inc
Returns an array of modules required by core.
ExtensionDiscovery::setProfileDirectoriesFromSettings in core/lib/Drupal/Core/Extension/ExtensionDiscovery.php
Sets installation profile directories based on current site settings.
ExtensionInstallStorage::__construct in core/lib/Drupal/Core/Config/ExtensionInstallStorage.php
Overrides \Drupal\Core\Config\InstallStorage::__construct().
InstallerExistingSettingsMismatchProfileTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php
Verifies that installation succeeded.
InstallerExistingSettingsNoProfileTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php
Verifies that installation succeeded.
InstallerExistingSettingsReadOnlyMismatchProfileTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php
Verifies that installation succeeded.
InstallerExistingSettingsTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php
Verifies that installation succeeded.
InstallProfileSystemInstall8300Test::testUpdate in core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php
Ensures that the system_update_8300() runs as expected.
InstallStorage::getAllFolders in core/lib/Drupal/Core/Config/InstallStorage.php
Returns a map of all config object names and their folders.
KernelTestBaseTest::testDrupalGetProfile in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests that \Drupal::installProfile() returns NULL.
MultipleDistributionsProfileTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php
Confirms that the installation succeeded.
SingleVisibleProfileTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php
Confirms that the installation succeeded.
SystemTestController::getInstallProfile in core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php
Use a plain Symfony response object to output the current install_profile.
system_requirements in core/modules/system/system.install
Implements hook_requirements().