password

Same name and namespace in other branches
  1. 9 core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.services.yml \password
  2. 9 core/core.services.yml \password
  3. 8.9.x core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.services.yml \password
  4. 8.9.x core/core.services.yml \password
  5. 10 core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.services.yml \password
  6. 10 core/core.services.yml \password

Class

Drupal\Core\Password\PhpPassword
33 string references to password
AccountForm::form in core/modules/user/src/AccountForm.php
Gets the actual form array to be built.
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.

... See full list

File

core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.services.yml

View source
  1. class: Drupal\Core\Password\PhpPassword
  2. arguments:
  3. - 2y
  4. - { cost: 11 }

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