46 string references to 'Email'
- AccountSettingsForm::buildForm in core/
modules/ user/ src/ AccountSettingsForm.php - Form constructor.
- claro_preprocess_input in core/
themes/ claro/ claro.theme - Implements template_preprocess_HOOK() for input.
- CommentForm::form in core/
modules/ comment/ src/ CommentForm.php - Gets the actual form array to be built.
- ConstraintManager::registerDefinitions in core/
lib/ Drupal/ Core/ Validation/ ConstraintManager.php - Callback for registering definitions for constraints shipped with Symfony.
- contact.schema.yml in core/
modules/ contact/ config/ schema/ contact.schema.yml - core/modules/contact/config/schema/contact.schema.yml
- contact_entity_extra_field_info in core/
modules/ contact/ contact.module - Implements hook_entity_extra_field_info().
- core.data_types.schema.yml in core/
config/ schema/ core.data_types.schema.yml - core/config/schema/core.data_types.schema.yml
- core.data_types.schema.yml in core/
config/ schema/ core.data_types.schema.yml - core/config/schema/core.data_types.schema.yml
- d6_field.yml in core/
modules/ field/ migrations/ d6_field.yml - core/modules/field/migrations/d6_field.yml
- d6_field_instance_option_translation.yml in core/
modules/ config_translation/ migrations/ d6_field_instance_option_translation.yml - core/modules/config_translation/migrations/d6_field_instance_option_translation.yml
- d6_field_option_translation.yml in core/
modules/ config_translation/ migrations/ d6_field_option_translation.yml - core/modules/config_translation/migrations/d6_field_option_translation.yml
- ElementTest::testPlaceHolderText in core/
modules/ system/ tests/ src/ Functional/ Form/ ElementTest.php - Tests placeholder text for elements that support placeholders.
- Email::defineValueProcessPipeline in core/
modules/ field/ src/ Plugin/ migrate/ field/ Email.php - Apply any custom processing to the field bundle migrations.
- Email::preRenderEmail in core/
lib/ Drupal/ Core/ Render/ Element/ Email.php - Prepares a #type 'email' render element for input.html.twig.
- EmailFieldTest::testEmailField in core/
modules/ field/ tests/ src/ Functional/ Email/ EmailFieldTest.php - Tests email field.
- FormTestDisabledElementsForm::buildForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestDisabledElementsForm.php - Form constructor.
- FormTestPlaceholderForm::buildForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestPlaceholderForm.php - Form constructor.
- MigrateFieldInstanceTest::testFieldInstances in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFieldInstanceTest.php - Tests migrating D7 field instances to field_config entities.
- MigrateFieldInstanceTest::testFieldInstances in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFieldInstanceTest.php - Tests migrating D7 field instances to field_config entities.
- MigrateFieldTest::testFields in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d6/ MigrateFieldTest.php - Tests the Drupal 6 field to Drupal 8 migration.
- MigrateFieldTest::testFields in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFieldTest.php - Tests migrating D7 fields to field_storage_config entities.
- MigrateUserAdminPassTest::testAdminPasswordPreserved in core/
modules/ user/ tests/ src/ Kernel/ Migrate/ MigrateUserAdminPassTest.php - Tests preserving the admin user's password.
- MigrationProvidersExistTest::testFieldProvidersExist in core/
modules/ migrate/ tests/ src/ Kernel/ Plugin/ MigrationProvidersExistTest.php - Tests that modules exist for all field plugins.
- MultilingualReviewPageTest::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ MultilingualReviewPageTest.php - Gets the available upgrade paths.
- MultilingualReviewPageTest::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ MultilingualReviewPageTest.php - Gets the available upgrade paths.
- NodeTypeTranslationTest::testNodeTypeTitleLabelTranslation in core/
modules/ node/ tests/ src/ Functional/ NodeTypeTranslationTest.php - Tests the node type title label translation.
- NodeTypeTranslationTest::testNodeTypeTitleLabelTranslation in core/
modules/ node/ tests/ src/ Functional/ NodeTypeTranslationTest.php - Tests the node type title label translation.
- NoMultilingualReviewPageTest::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ NoMultilingualReviewPageTest.php - Gets the available upgrade paths.
- NoMultilingualReviewPageTest::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ NoMultilingualReviewPageTest.php - Gets the available upgrade paths.
- olivero_preprocess_input in core/
themes/ olivero/ olivero.theme - Implements hook_preprocess_HOOK().
- recipe.yml in core/
recipes/ feedback_contact_form/ recipe.yml - core/recipes/feedback_contact_form/recipe.yml
- SqlContentEntityStorageSchemaTest::testGetSchemaBase in core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageSchemaTest.php - Tests the schema for non-revisionable, non-translatable entities.
- system.schema.yml in core/
modules/ system/ config/ schema/ system.schema.yml - core/modules/system/config/schema/system.schema.yml
- system_token_info in core/
modules/ system/ system.tokens.inc - Implements hook_token_info().
- TestForm::validateForm in core/
modules/ block/ tests/ modules/ block_test/ src/ Form/ TestForm.php - Form validation handler.
- TypedDataTest::testGetAndSet in core/
tests/ Drupal/ KernelTests/ Core/ TypedData/ TypedDataTest.php - Tests the basics around constructing and working with typed data objects.
- update.schema.yml in core/
modules/ update/ config/ schema/ update.schema.yml - core/modules/update/config/schema/update.schema.yml
- update.schema.yml in core/
modules/ update/ config/ schema/ update.schema.yml - core/modules/update/config/schema/update.schema.yml
- UpdatePathTestBaseFilledTest::testUpdatedSite in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathTestBaseFilledTest.php - Tests that the content and configuration were properly updated.
- Upgrade6Test::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d6/ Upgrade6Test.php - Upgrade6Test::getAvailablePaths in core/
modules/ forum/ tests/ src/ Functional/ migrate_drupal/ d6/ Upgrade6Test.php - Gets the available upgrade paths.
- Upgrade7Test::getAvailablePaths in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ Upgrade7Test.php - UserFieldsAccessChangeTest::testUserFieldAccess in core/
modules/ user/ tests/ src/ Functional/ Views/ UserFieldsAccessChangeTest.php - Tests if another module can change field access.
- UserMailRequiredValidatorTest::providerTestValidate in core/
modules/ user/ tests/ src/ Unit/ Plugin/ Validation/ Constraint/ UserMailRequiredValidatorTest.php - Data provider for ::testValidate().
- user_token_info in core/
modules/ user/ user.tokens.inc - Implements hook_token_info().
- views.view.test_user_fields_access.yml in core/
modules/ user/ tests/ modules/ user_test_views/ test_views/ views.view.test_user_fields_access.yml - core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_fields_access.yml
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.