Search for profile

  1. Search 7.x for profile
  2. Search 9.5.x for profile
  3. Search 8.9.x for profile
  4. Search 10.3.x for profile
  5. Other projects
Title Object type File name Summary
Drupal::installProfile function core/lib/Drupal.php Gets the active install profile.
DrupalFlushAllCachesInInstallerTest::$profile property core/tests/Drupal/FunctionalTests/Installer/DrupalFlushAllCachesInInstallerTest.php The profile to install as a basis for testing.
DrupalKernel::getInstallProfile function core/lib/Drupal/Core/DrupalKernel.php Gets the active install profile.
drupal_check_profile function core/includes/install.inc Checks an installation profile's requirements.
drupal_install_profile_distribution_name function core/includes/install.inc Loads the installation profile, extracting its defined distribution name.
drupal_install_profile_distribution_version function core/includes/install.inc Loads the installation profile, extracting its defined version.
drupal_system_cross_profile_test.info.yml file core/profiles/tests/testing/modules/drupal_system_cross_profile_test/drupal_system_cross_profile_test.info.yml core/profiles/tests/testing/modules/drupal_system_cross_profile_test/drupal_system_cross_profile_test.info.yml
drupal_verify_profile function core/includes/install.inc Verifies that all dependencies are met for a given installation profile.
EnterProfileNode class core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php Represents a profile enter node.
EnterProfileNode.php file core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php
EnterProfileNode::compile function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php
EnterProfileNode::__construct function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php
extension.list.profile service core/core.services.yml Drupal\Core\Extension\ProfileExtensionList
ExtensionDiscovery::$profileDirectories property core/lib/Drupal/Core/Extension/ExtensionDiscovery.php List of installation profile directories to additionally scan.
ExtensionDiscovery::filterByProfileDirectories function core/lib/Drupal/Core/Extension/ExtensionDiscovery.php Filters out extensions not belonging to the scanned installation profiles.
ExtensionDiscovery::getProfileDirectories function core/lib/Drupal/Core/Extension/ExtensionDiscovery.php Gets the installation profile directories to be scanned.
ExtensionDiscovery::ORIGIN_PROFILE constant core/lib/Drupal/Core/Extension/ExtensionDiscovery.php Origin directory weight: Installation profile.
ExtensionDiscovery::setProfileDirectories function core/lib/Drupal/Core/Extension/ExtensionDiscovery.php Sets explicit profile directories to scan.
ExtensionDiscovery::setProfileDirectoriesFromSettings function core/lib/Drupal/Core/Extension/ExtensionDiscovery.php Sets installation profile directories based on current site settings.
ExtensionInstallStorage::$includeProfile property core/lib/Drupal/Core/Config/ExtensionInstallStorage.php Flag to include the profile in the list of enabled modules.
ExtensionInstallStorage::$installProfile property core/lib/Drupal/Core/Config/ExtensionInstallStorage.php The name of the currently active installation profile.
ExtensionList::$installProfile property core/lib/Drupal/Core/Extension/ExtensionList.php The install profile used by the site.
ExtensionPathResolverTest::testExtensionPathResolvingWithNonExistingProfile function core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php Tests extension path resolving with non existing profile.
FilePathTest::$profile property core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Use the Standard profile to test help implementations of many core modules.
GenericRecipeTestBase::$profile property core/modules/system/tests/src/Functional/Recipe/GenericRecipeTestBase.php The profile to install as a basis for testing.
ImageDimensionsTest::$profile property core/modules/image/tests/src/Functional/ImageDimensionsTest.php The profile to install as a basis for testing.
InfoParserUnitTest::testProfile function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a profile info file.
InstallCommand::getProfiles function core/lib/Drupal/Core/Command/InstallCommand.php Gets a list of profiles.
InstallCommand::selectProfile function core/lib/Drupal/Core/Command/InstallCommand.php Selects the install profile to use.
InstallCommand::validateProfile function core/lib/Drupal/Core/Command/InstallCommand.php Validates a user provided install profile.
InstallerConfigDirectoryTestBase::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php This is set by the profile in the core.extension extracted.
InstallerConfigDirectoryTestBase::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php Installer step: Select installation profile.
InstallerExistingConfigMultilingualTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php This is set by the profile in the core.extension extracted.
InstallerExistingConfigNoConfigTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php This is set by the profile in the core.extension extracted.
InstallerExistingConfigNoProfileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoProfileTest.php Verifies that installing from existing configuration without a profile works.
InstallerExistingConfigNoProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoProfileTest.php
InstallerExistingConfigNoProfileTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoProfileTest.php This is set by the profile in the core.extension extracted.
InstallerExistingConfigProfileHookInstallTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstallTest.php Verifies that profiles with hook_install() can't be installed from config.
InstallerExistingConfigProfileHookInstallTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstallTest.php
InstallerExistingConfigProfileHookInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstallTest.php This is set by the profile in the core.extension extracted.
InstallerExistingConfigProfileHookInstallTest::getConfigLocation function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstallTest.php Gets the path to the configuration directory.
InstallerExistingConfigProfileHookInstallTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstallTest.php Installer step: Requirements problem.
InstallerExistingConfigProfileHookInstallTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstallTest.php Installer step: Configure settings.
InstallerExistingConfigProfileHookInstallTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstallTest.php Final installer step: Configure site.
InstallerExistingConfigProfileHookInstallTest::testConfigSync function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstallTest.php Confirms the installation has failed and the expected error is displayed.
InstallerExistingConfigProfileHookInstallTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstallTest.php Visits the interactive installer.
InstallerExistingConfigSyncDirectoryMultilingualTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php This is set by the profile in the core.extension extracted.
InstallerExistingConfigSyncDirectoryMultilingualTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php Installer step: Select installation profile.
InstallerExistingConfigSyncDirectoryProfileHookInstallTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php Verifies that profiles with hook_install() can't be installed from config.
InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php

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