Search for profile

  1. Search 7.x for profile
  2. Search 9.5.x for profile
  3. Search 10.3.x for profile
  4. Search 11.x for profile
  5. Other projects
Title Object type File name Summary
DrupalGetProfileLegacyTest class core/tests/Drupal/Tests/Core/Bootstrap/DrupalGetProfileLegacyTest.php Tests drupal_get_profile().
DrupalGetProfileLegacyTest.php file core/tests/Drupal/Tests/Core/Bootstrap/DrupalGetProfileLegacyTest.php
DrupalGetProfileLegacyTest::$bootstrapConfigStorageProfile property core/tests/Drupal/Tests/Core/Bootstrap/DrupalGetProfileLegacyTest.php Config storage profile.
DrupalGetProfileLegacyTest::providerDrupalGetProfileInstallState function core/tests/Drupal/Tests/Core/Bootstrap/DrupalGetProfileLegacyTest.php Data provider for testDrupalGetProfileInstallState().
DrupalGetProfileLegacyTest::setUp function core/tests/Drupal/Tests/Core/Bootstrap/DrupalGetProfileLegacyTest.php
DrupalGetProfileLegacyTest::testDrupalGetProfileLegacyInstallState function core/tests/Drupal/Tests/Core/Bootstrap/DrupalGetProfileLegacyTest.php Tests drupal_get_profile() deprecation.
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_get_profile function core/includes/bootstrap.inc Gets the name of the currently active installation profile.
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/testing/modules/drupal_system_cross_profile_test/drupal_system_cross_profile_test.info.yml core/profiles/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.
EntityFilteringThemeTest::$profile property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Use the standard profile.
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.
ExtensionInstallStorageTest::providerTestProfileDeprecation function core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php Data provider for ::testProfileDeprecation
ExtensionInstallStorageTest::testProfileDeprecation function core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php @covers ::__construct[[api-linebreak]]
@group legacy
@dataProvider providerTestProfileDeprecation
@expectedDeprecation All \Drupal\Core\Config\ExtensionInstallStorage::__construct() arguments will be required in drupal:9.0.0. See…
ExtensionList::$installProfile property core/lib/Drupal/Core/Extension/ExtensionList.php The install profile used by the site.
FieldHelpTest::$profile property core/modules/field/tests/src/Functional/FieldHelpTest.php The profile to install as a basis for testing.
HelpTest::$profile property core/modules/help/tests/src/Functional/HelpTest.php Use the Standard profile to test help implementations of many core modules.
I18nProfileField class core/modules/config_translation/src/Plugin/migrate/source/d6/I18nProfileField.php i18n strings profile field source from database.
I18nProfileField.php file core/modules/config_translation/src/Plugin/migrate/source/d6/I18nProfileField.php
I18nProfileFieldTest class core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/I18nProfileFieldTest.php Tests the i18nProfileField source plugin.
I18nProfileFieldTest.php file core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/I18nProfileFieldTest.php
I18nProfileFieldTest::$modules property core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/I18nProfileFieldTest.php
I18nProfileFieldTest::providerSource function core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/I18nProfileFieldTest.php
ImageDimensionsTest::$profile property core/modules/image/tests/src/Functional/ImageDimensionsTest.php
InfoParserUnitTest::testProfile function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Test 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.
InstallerExistingConfigMultilingualTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php
InstallerExistingConfigNoConfigTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php
InstallerExistingConfigProfileHookInstall class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php Verifies that profiles with hook_install() can't be installed from config.
InstallerExistingConfigProfileHookInstall.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php
InstallerExistingConfigProfileHookInstall::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php
InstallerExistingConfigProfileHookInstall::getConfigTarball function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php
InstallerExistingConfigProfileHookInstall::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php Installer step: Configure settings.
InstallerExistingConfigProfileHookInstall::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php Final installer step: Configure site.
InstallerExistingConfigProfileHookInstall::testConfigSync function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php Confirms the installation has failed and the expected error is displayed.
InstallerExistingConfigProfileHookInstall::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php
InstallerExistingConfigSyncDirectoryMultilingualTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php

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