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 11.x for profile
  5. Other projects
Title Object type File name Summary
profiles.README.txt file core/assets/scaffold/files/profiles.README.txt Installation profiles define additional steps that run after the base
installation of Drupal is completed. They may also offer additional
functionality and change the behavior of the site.

WHAT TO PLACE IN THIS…
ProfileTranslationHandler class core/modules/user/src/ProfileTranslationHandler.php Defines the translation handler for users.
ProfileTranslationHandler.php file core/modules/user/src/ProfileTranslationHandler.php
ProfileTranslationHandler::entityFormAlter function core/modules/user/src/ProfileTranslationHandler.php Performs the needed alterations to the entity form.
ProfileTranslationHandler::entityFormSave function core/modules/user/src/ProfileTranslationHandler.php Form submission handler for ProfileTranslationHandler::entityFormAlter().
ProfileTranslationHandler::hasCreatedTime function core/modules/user/src/ProfileTranslationHandler.php Checks whether the entity type supports creation time natively.
ProfileTranslationHandler::hasPublishedStatus function core/modules/user/src/ProfileTranslationHandler.php Checks whether the entity type supports published status natively.
ProfileValues class core/modules/user/src/Plugin/migrate/ProfileValues.php Plugin class for user migrations dealing with profile values.
ProfileValues.php file core/modules/user/src/Plugin/migrate/ProfileValues.php
ProfileValues::$init property core/modules/user/src/Plugin/migrate/ProfileValues.php Flag determining whether the process plugin has been initialized.
ProfileValues::getProcess function core/modules/user/src/Plugin/migrate/ProfileValues.php Gets the normalized process plugin configuration.
QuickStartTest::testQuickStartCommandProfileValidation function core/tests/Drupal/Tests/Core/Command/QuickStartTest.php Tests the install command with an invalid profile.
RegistryTest::$profile property core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
sdc_other_node_visitor.twig.extension.profiler service core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.services.yml Drupal\sdc_other_node_visitor\Twig\Extension\TestProfilerExtension
SelectProfileForm class core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php Provides the profile selection form.
SelectProfileForm.php file core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
SelectProfileForm::buildForm function core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php Form constructor.
SelectProfileForm::CONFIG_INSTALL_PROFILE_KEY constant core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php The key used in the profile list for the install from config option.
SelectProfileForm::getFormId function core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php Returns a unique string identifying the form.
SelectProfileForm::submitForm function core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php Form submission handler.
SingleVisibleProfileTest class core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php Tests distribution profile support.
SingleVisibleProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php
SingleVisibleProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php The theme to install as the default for testing.
SingleVisibleProfileTest::$profile property core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php The installation profile to install.
SingleVisibleProfileTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php Prepares the current environment for running the test.
SingleVisibleProfileTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php Installer step: Select installation profile.
SingleVisibleProfileTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php Confirms that the installation succeeded.
standard.profile file core/profiles/standard/standard.profile Enables modules and site configuration for a standard site installation.
StandardInstallerTest::$profile property core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php The installation profile to install.
StandardJavascriptTest::$profile property core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php The profile to install as a basis for testing.
StandardPerformanceTest::$profile property core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php The profile to install as a basis for testing.
StandardRecipeInstallTest::$profile property core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php The installation profile to install.
StandardRecipeInstallTest::setUpProfile function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php Installer step: Select installation profile.
StandardTest::$profile property core/profiles/standard/tests/src/Functional/StandardTest.php The profile to install as a basis for testing.
SuperUserAccessInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php The installation profile to install.
SystemListingCrossProfileCompatibleTest class core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php Verifies that tests in installation profile modules are found.
SystemListingCrossProfileCompatibleTest.php file core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php
SystemListingCrossProfileCompatibleTest::$modules property core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php Attempt to enable a module from the Testing profile.
SystemListingCrossProfileCompatibleTest::$profile property core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php Use the Minimal profile.
SystemListingCrossProfileCompatibleTest::setUp function core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php
SystemListingCrossProfileCompatibleTest::testSystemListing function core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php Non-empty test* method required to executed the test case class.
SystemTestController::getInstallProfile function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Use a plain Symfony response object to output the current install_profile.
TestDiscoveryTest::testGetTestsInProfiles function core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php @covers ::getTestClasses[[api-linebreak]]
TestingProfileInstallTest class core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Tests installing the Testing profile with update notifications on.
TestingProfileInstallTest.php file core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php
TestingProfileInstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php The theme to install as the default for testing.
TestingProfileInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php The profile to install as a basis for testing.
TestingProfileInstallTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Returns the parameters that will be used when the test installs Drupal.
TestingProfileInstallTest::testUpdateModuleInstall function core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Ensure the Update module is installed.
testing_install_profile_all_dependencies.info.yml file core/profiles/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml core/profiles/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml

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