17 string references to password in Drupal 8
- claro_preprocess_input in core/
themes/ claro/ claro.theme - Implements template_preprocess_HOOK() for input.
- ContentTranslationHandler::addTranslatabilityClue in core/
modules/ content_translation/ src/ ContentTranslationHandler.php - Adds a clue about the form element translatability.
- ElementTest::testPlaceHolderText in core/
modules/ system/ tests/ src/ Functional/ Form/ ElementTest.php - Tests placeholder text for elements that support placeholders.
- EntityUser::create in core/
modules/ user/ src/ Plugin/ migrate/ destination/ EntityUser.php - Creates an instance of the plugin.
- FormElementsRenderTest::testDrupalRenderFormElements in core/
modules/ system/ tests/ src/ Kernel/ Common/ FormElementsRenderTest.php - Tests rendering form elements without passing through \Drupal::formBuilder()->doBuildForm().
- FormTest::testRequiredAttribute in core/
modules/ system/ tests/ src/ Functional/ Form/ FormTest.php - Tests required attribute.
- FormTestPlaceholderForm::buildForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestPlaceholderForm.php - Form constructor.
- FormTestRequiredAttributeForm::buildForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestRequiredAttributeForm.php - Form constructor.
- KernelTestBase::containerBuild in core/
modules/ simpletest/ src/ KernelTestBase.php - Sets up the base service container for this test.
- KernelTestBase::register in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Registers test-specific services.
- MigrateUserAdminPassTest::testAdminPasswordPreserved in core/
modules/ user/ tests/ src/ Kernel/ Migrate/ MigrateUserAdminPassTest.php - Tests preserving the admin user's password.
- Password::preRenderPassword in core/
lib/ Drupal/ Core/ Render/ Element/ Password.php - Prepares a #type 'password' render element for input.html.twig.
- RenderElement::preRenderAjaxForm in core/
lib/ Drupal/ Core/ Render/ Element/ RenderElement.php - Adds Ajax information about an element to communicate with JavaScript.
- SqlBase::mapJoinable in core/
modules/ migrate/ src/ Plugin/ migrate/ source/ SqlBase.php - Checks if we can join against the map table.
- UserLoginTest::testPasswordRehashOnLogin in core/
modules/ user/ tests/ src/ Functional/ UserLoginTest.php - Test that user password is re-hashed upon login after changing $count_log2.
- users.yml in core/
modules/ migrate_drupal/ tests/ modules/ migrate_overwrite_test/ migrations/ users.yml - core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrations/users.yml
- WebTestBase::handleForm in core/
modules/ simpletest/ src/ WebTestBase.php - Handles form input related to drupalPostForm().