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
ProfileFieldCheckRequirementsTest::testCheckRequirements function core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php Tests exception is thrown when profile_fields tables do not exist.
ProfileFieldCheckRequirementsTest::testCheckRequirements function core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php Tests exception is thrown when profile_fields tables do not exist.
ProfileFieldOptionTranslation class core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldOptionTranslation.php Drupal 6 i18n profile field option labels source from database.
ProfileFieldOptionTranslation class core/modules/user/src/Plugin/migrate/process/d6/ProfileFieldOptionTranslation.php Determines the settings property and translation.
ProfileFieldOptionTranslation.php file core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldOptionTranslation.php
ProfileFieldOptionTranslation.php file core/modules/user/src/Plugin/migrate/process/d6/ProfileFieldOptionTranslation.php
ProfileFieldOptionTranslation::fields function core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldOptionTranslation.php Returns available fields on the source.
ProfileFieldOptionTranslation::getIds function core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldOptionTranslation.php Defines the source fields uniquely identifying a source row.
ProfileFieldOptionTranslation::query function core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldOptionTranslation.php Prepares query object to retrieve data from the source database.
ProfileFieldOptionTranslation::transform function core/modules/user/src/Plugin/migrate/process/d6/ProfileFieldOptionTranslation.php Performs the associated process.
ProfileFieldOptionTranslationTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php Tests the field option translation source plugin.
ProfileFieldOptionTranslationTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php
ProfileFieldOptionTranslationTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php Modules to install.
ProfileFieldOptionTranslationTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php Provides source data for ::testSource.
ProfileFieldSettings class core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php Determines the settings for the profile field.
ProfileFieldSettings.php file core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php
ProfileFieldSettings::transform function core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php Performs the associated process.
ProfileFieldTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php Tests the profile_field source plugin.
ProfileFieldTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php
ProfileFieldTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php Modules to install.
ProfileFieldTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php Provides source data for ::testSource.
ProfileFieldTranslation class core/modules/config_translation/src/Plugin/migrate/source/d6/ProfileFieldTranslation.php Drupal 6 i18n strings profile field source from database.
ProfileFieldTranslation.php file core/modules/config_translation/src/Plugin/migrate/source/d6/ProfileFieldTranslation.php
ProfileFieldTranslation::fields function core/modules/config_translation/src/Plugin/migrate/source/d6/ProfileFieldTranslation.php Returns available fields on the source.
ProfileFieldTranslation::getIds function core/modules/config_translation/src/Plugin/migrate/source/d6/ProfileFieldTranslation.php Defines the source fields uniquely identifying a source row.
ProfileFieldTranslation::query function core/modules/config_translation/src/Plugin/migrate/source/d6/ProfileFieldTranslation.php Prepares query object to retrieve data from the source database.
ProfileFieldTranslationTest class core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php Tests the i18nProfileField source plugin.
ProfileFieldTranslationTest.php file core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php
ProfileFieldTranslationTest::$modules property core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php Modules to install.
ProfileFieldTranslationTest::providerSource function core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php Provides source data for ::testSource.
ProfileFieldValues class core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php Drupal 6 profile fields values source from database.
ProfileFieldValues.php file core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php
ProfileFieldValues::fields function core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php Returns available fields on the source.
ProfileFieldValues::getIds function core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php Defines the source fields uniquely identifying a source row.
ProfileFieldValues::prepareRow function core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php Adds additional data to the row.
ProfileFieldValues::query function core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php Prepares query object to retrieve data from the source database.
ProfileFieldValuesTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php Tests the d6_profile_field_values source plugin.
ProfileFieldValuesTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php
ProfileFieldValuesTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php Modules to install.
ProfileFieldValuesTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php Provides source data for ::testSource.
ProfileForm class core/modules/user/src/ProfileForm.php Form handler for the profile forms.
ProfileForm.php file core/modules/user/src/ProfileForm.php
ProfileForm::actions function core/modules/user/src/ProfileForm.php Returns an array of supported actions for the current entity form.
ProfileForm::save function core/modules/user/src/ProfileForm.php Form submission handler for the 'save' action.
ProfileInstallRequirementsRequirements class core/profiles/tests/profile_install_requirements/src/Install/Requirements/ProfileInstallRequirementsRequirements.php Provides method for checking requirements during install time.
ProfileInstallRequirementsRequirements.php file core/profiles/tests/profile_install_requirements/src/Install/Requirements/ProfileInstallRequirementsRequirements.php
ProfileInstallRequirementsRequirements::getRequirements function core/profiles/tests/profile_install_requirements/src/Install/Requirements/ProfileInstallRequirementsRequirements.php Check installation requirements.
ProfileRequirementsTest class core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php Tests installing a profile that implements InstallRequirementsInterface.
ProfileRequirementsTest.php file core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php
ProfileRequirementsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/ProfileRequirementsTest.php The theme to install as the default for testing.

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