Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
core.services.yml
»
password
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
14 string references to password
ajax_pre_render_element
in drupal/
core/
includes/
ajax.inc
Adds Ajax information about an element to communicate with JavaScript.
authorize_filetransfer_form_submit
in drupal/
core/
includes/
authorize.inc
Form submission handler for
authorize_filetransfer_form
().
ElementTest::testPlaceHolderText
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Form/
ElementTest.php
Tests placeholder text for elements that support placeholders.
EntityTranslationController::addTranslatabilityClue
in drupal/
core/
modules/
translation_entity/
lib/
Drupal/
translation_entity/
EntityTranslationController.php
Adds a clue about the form element translatability.
FormTest::testRequiredAttribute
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Form/
FormTest.php
Tests required attribute.
form_pre_render_password
in drupal/
core/
includes/
form.inc
Prepares a #type 'password' render element for
theme_input
().
form_test_placeholder_test
in drupal/
core/
modules/
system/
tests/
modules/
form_test/
form_test.module
Builds a form to test the placeholder attribute.
form_test_required_attribute
in drupal/
core/
modules/
system/
tests/
modules/
form_test/
form_test.module
Builds a form to test the required attribute.
install_settings_form_submit
in drupal/
core/
includes/
install.core.inc
Form submission handler for
install_settings_form
().
RenderTest::testDrupalRenderFormElements
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
RenderTest.php
Tests rendering form elements without passing through
form_builder
().
UserLoginTest::testPasswordRehashOnLogin
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Tests/
UserLoginTest.php
Test that user password is re-hashed upon login after changing $count_log2.
UserStorageController::createInstance
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
UserStorageController.php
Instantiates a new instance of this entity controller.
user_authenticate
in drupal/
core/
modules/
user/
user.module
Try to validate the user's login credentials locally.
WebTestBase::handleForm
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
WebTestBase.php
Handle form input related to drupalPost(). Ensure that the specified fields exist and attempt to create POST data in the correct manner for the particular field type.