Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ParamConverterSubscriber | class | core/ |
Event subscriber for registering parameter converters with routes. |
| ParamConverterSubscriber.php | file | core/ |
|
| ParamConverterSubscriber::$paramConverterManager | property | core/ |
The parameter converter manager. |
| ParamConverterSubscriber::getSubscribedEvents | function | core/ |
|
| ParamConverterSubscriber::onRoutingRouteAlterSetParameterConverters | function | core/ |
Applies parameter converters to route parameters. |
| ParamConverterSubscriber::__construct | function | core/ |
Constructs a new ParamConverterSubscriber. |
| paramconverter_subscriber | service | core/ |
Drupal\Core\EventSubscriber\ParamConverterSubscriber |
| paramconverter_test.info.yml | file | core/ |
core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml |
| paramconverter_test.routing.yml | file | core/ |
core/modules/system/tests/modules/paramconverter_test/paramconverter_test.routing.yml |
| ParamNotConvertedException::$rawParameters | property | core/ |
The raw parameters that were not converted. |
| ParamNotConvertedException::getRawParameters | function | core/ |
Get the raw parameters that were not converted. |
| ParamNotConvertedException::__construct | function | core/ |
Constructs the ParamNotConvertedException. |
| Password | class | core/ |
Provides a form element for entering a password, with hidden text. |
| password | service | core/ |
Drupal\Core\Password\PhpPassword |
| password | service | core/ |
Drupal\Core\Password\PhpPassword |
| password-hash.sh | file | core/ |
Drupal hash script - to generate a hash from a plaintext password |
| Password.php | file | core/ |
|
| Password::getInfo | function | core/ |
Returns the element properties for this element. |
| Password::preRenderPassword | function | core/ |
Prepares a #type 'password' render element for input.html.twig. |
| Password::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
| PasswordConfirm | class | core/ |
Provides a form element for double-input of passwords. |
| PasswordConfirm.php | file | core/ |
|
| PasswordConfirm::getInfo | function | core/ |
Returns the element properties for this element. |
| PasswordConfirm::processPasswordConfirm | function | core/ |
Expand a password_confirm field into two text boxes. |
| PasswordConfirm::validatePasswordConfirm | function | core/ |
Validates a password_confirm element. |
| PasswordConfirm::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
| PasswordConfirmTest | class | core/ |
Tests Drupal\Core\Render\Element\PasswordConfirm. |
| PasswordConfirmTest.php | file | core/ |
|
| PasswordConfirmTest::providerTestValueCallback | function | core/ |
Data provider for testValueCallback(). |
| PasswordConfirmTest::testValueCallback | function | core/ |
Tests value callback. |
| PasswordConfirmWidgetTest | class | core/ |
Tests the JS components added to the PasswordConfirm render element. |
| PasswordConfirmWidgetTest.php | file | core/ |
|
| PasswordConfirmWidgetTest::$assert | property | core/ |
WebAssert object. |
| PasswordConfirmWidgetTest::$defaultTheme | property | core/ |
|
| PasswordConfirmWidgetTest::$testUser | property | core/ |
User for testing. |
| PasswordConfirmWidgetTest::setUp | function | core/ |
|
| PasswordConfirmWidgetTest::testFillConfirmOnly | function | core/ |
Tests the password confirm widget so that only confirm input is filled. |
| PasswordConfirmWidgetTest::testPasswordConfirmMessage | function | core/ |
Ensures that password match message is visible when widget is initialized. |
| PasswordConfirmWidgetTest::testPasswordConfirmWidgetJsComponents | function | core/ |
Tests the components added to the password confirm widget. |
| PasswordGeneratorInterface | interface | core/ |
Interface for generating passwords. |
| PasswordGeneratorInterface.php | file | core/ |
|
| PasswordGeneratorInterface::generate | function | core/ |
Generates a password. |
| PasswordInterface | interface | core/ |
Secure password hashing functions for user authentication. |
| PasswordInterface.php | file | core/ |
|
| PasswordInterface::check | function | core/ |
Check whether a plain text password matches a hashed password. |
| PasswordInterface::hash | function | core/ |
Hash a password using a secure hash. |
| PasswordInterface::needsRehash | function | core/ |
Check whether a hashed password needs to be replaced with a new hash. |
| PasswordInterface::PASSWORD_MAX_LENGTH | constant | core/ |
Maximum password length. |
| PasswordItem | class | core/ |
Defines the 'password' entity field type. |
| PasswordItem.php | file | core/ |
Pagination
- Previous page
- Page 1070
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.