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
InstallerNonEnglishProfileWithoutLocaleModuleTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php
InstallerNonEnglishProfileWithoutLocaleModuleTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php
InstallerNonEnglishProfileWithoutLocaleModuleTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php
InstallerNonEnglishProfileWithoutLocaleModuleTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php
InstallerNonEnglishProfileWithoutLocaleModuleTest::PROFILE constant core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php The testing profile name.
InstallerNonEnglishProfileWithoutLocaleModuleTest::testNonEnglishProfileWithoutLocaleModule function core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php Tests installing a profile with non-English language and no locale module.
InstallerPostInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php
InstallerProfileRequirementsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php Tests that an install profile can implement hook_requirements().
InstallerProfileRequirementsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php
InstallerProfileRequirementsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php
InstallerProfileRequirementsTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php
InstallerProfileRequirementsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php
InstallerProfileRequirementsTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php
InstallerProfileRequirementsTest::testHookRequirementsFailure function core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php Assert that the profile failed hook_requirements().
InstallerSiteConfigProfileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php Verifies that the installer defaults to the existing site email address and
timezone, if they were provided by the install profile.
InstallerSiteConfigProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php
InstallerSiteConfigProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php
InstallerSiteConfigProfileTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php
InstallerSiteConfigProfileTest::EXPECTED_SITE_MAIL constant core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php The site mail we expect to be set from the install profile.
InstallerSiteConfigProfileTest::EXPECTED_TIMEZONE constant core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php The timezone we expect to be set from the install profile.
InstallerSiteConfigProfileTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php
InstallerSiteConfigProfileTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php
InstallerSiteConfigProfileTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php Verify the correct site config was set.
InstallerTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
InstallerTestBase::$profile property core/modules/simpletest/src/InstallerTestBase.php The installation profile to install.
InstallerTestBase::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php The installation profile to install.
InstallerTestBase::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Installer step: Select installation profile.
InstallerTestBase::setUpProfile function core/modules/simpletest/src/InstallerTestBase.php Installer step: Select installation profile.
InstallerTranslationMultipleLanguageKeepEnglishTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php Switch to the multilingual testing profile with English kept.
InstallerTranslationMultipleLanguageTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php Switch to the multilingual testing profile.
InstallProfileDependenciesBcTest class core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php Tests that an install profile with only dependencies works as expected.
InstallProfileDependenciesBcTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php
InstallProfileDependenciesBcTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php
InstallProfileDependenciesBcTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php
InstallProfileDependenciesBcTest::testUninstallingModules function core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php Tests that the install profile BC layer for dependencies key works.
InstallProfileDependenciesTest class core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php Tests that an install profile can require modules.
InstallProfileDependenciesTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php
InstallProfileDependenciesTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php
InstallProfileDependenciesTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php
InstallProfileDependenciesTest::testUninstallingModules function core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php Tests that an install profile can require modules.
InstallProfileMismatchException class core/lib/Drupal/Core/Installer/Exception/InstallProfileMismatchException.php Exception thrown if settings.php cannot be written and the chosen profile does not match.
InstallProfileMismatchException.php file core/lib/Drupal/Core/Installer/Exception/InstallProfileMismatchException.php
InstallProfileMismatchException::__construct function core/lib/Drupal/Core/Installer/Exception/InstallProfileMismatchException.php Constructs a new InstallProfileMismatchException exception.
InstallProfileSystemInstall8300Test class core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php Tests system_update_8300().
InstallProfileSystemInstall8300Test.php file core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php
InstallProfileSystemInstall8300Test::$defaultTheme property core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php
InstallProfileSystemInstall8300Test::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php
InstallProfileSystemInstall8300Test::testUpdate function core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php Ensures that the system_update_8300() runs as expected.
install_install_profile function core/includes/install.core.inc Installs the install profile.
install_load_profile function core/includes/install.core.inc Loads information about the chosen profile during installation.

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