You are here

21 string references to password in Zircon Profile 8.0

ContentTranslationHandler::addTranslatabilityClue in core/modules/content_translation/src/ContentTranslationHandler.php
Adds a clue about the form element translatability.
CouchbaseCacheTest::setUp in vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CouchbaseCacheTest.php
ElementTest::testPlaceHolderText in core/modules/system/src/Tests/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.
FileTransferAuthorizeForm::submitForm in core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php
Form submission handler.
FormTest::testRequiredAttribute in core/modules/system/src/Tests/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/src/Tests/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.
RenderWebTest::testDrupalRenderFormElements in core/modules/system/src/Tests/Common/RenderWebTest.php
Tests rendering form elements without passing through \Drupal::formBuilder()->doBuildForm().
RequestTest::testCreate in vendor/symfony/http-foundation/Tests/RequestTest.php
@covers Symfony\Component\HttpFoundation\Request::create
SqlBase::mapJoinable in core/modules/migrate/src/Plugin/migrate/source/SqlBase.php
Check if we can join against the map table.
UserLoginTest::testPasswordRehashOnLogin in core/modules/user/src/Tests/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/migration_templates/users.yml
core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migration_templates/users.yml
UserServiceProvider::alter in core/modules/user/src/UserServiceProvider.php
Modifies existing service definitions.
UserStorage::createInstance in core/modules/user/src/UserStorage.php
Instantiates a new instance of this entity handler.
WebTestBase::handleForm in core/modules/simpletest/src/WebTestBase.php
Handles form input related to drupalPostForm().