Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
PasswordRequirementsDefaultTest::$modules property core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsDefaultTest.php
PasswordRequirementsDefaultTest::testRequirementsWithDefaults function core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsDefaultTest.php Tests that password hashing generates an info requirement by default.
PasswordRequirementsUnknownTest class core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsUnknownTest.php Tests Password System Requirements.
PasswordRequirementsUnknownTest.php file core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsUnknownTest.php
PasswordRequirementsUnknownTest::$modules property core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsUnknownTest.php
PasswordRequirementsUnknownTest::$passwordAlgorithm property core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsUnknownTest.php
PasswordRequirementsUnknownTest::$passwordOptions property core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsUnknownTest.php
PasswordRequirementsUnknownTest::testRequirementsWithUnknownAlgorithm function core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsUnknownTest.php Tests that password hashing generates an info requirement by default.
PasswordTest class core/tests/Drupal/Tests/Core/Render/Element/PasswordTest.php Tests Drupal\Core\Render\Element\Password.
PasswordTest.php file core/tests/Drupal/Tests/Core/Render/Element/PasswordTest.php
PasswordTest::providerTestValueCallback function core/tests/Drupal/Tests/Core/Render/Element/PasswordTest.php Data provider for testValueCallback().
PasswordTest::testValueCallback function core/tests/Drupal/Tests/Core/Render/Element/PasswordTest.php Tests value callback.
PasswordTestBase class core/tests/Drupal/KernelTests/Core/Password/PasswordTestBase.php Integration tests for the PHP password hashing service.
PasswordTestBase.php file core/tests/Drupal/KernelTests/Core/Password/PasswordTestBase.php
PasswordTestBase::$passwordAlgorithm property core/tests/Drupal/KernelTests/Core/Password/PasswordTestBase.php The password algorithm to be used during this test.
PasswordTestBase::$passwordOptions property core/tests/Drupal/KernelTests/Core/Password/PasswordTestBase.php The password options to be used during this test.
PasswordTestBase::checkSystemRequirements function core/tests/Drupal/KernelTests/Core/Password/PasswordTestBase.php Checks system runtime requirements.
PasswordTestBase::register function core/tests/Drupal/KernelTests/Core/Password/PasswordTestBase.php
PasswordVerifyTest class core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php Unit tests for password hashing API.
PasswordVerifyTest.php file core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php
PasswordVerifyTest::providerLongPasswords function core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php Provides the test matrix for testLongPassword().
PasswordVerifyTest::testLongPassword function core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php Verifies that passwords longer than 512 bytes are not hashed.
PasswordVerifyTest::testPasswordCheckSupported function core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php Tests that check() verifies passwords if hash settings are supported.
PasswordVerifyTest::testPasswordCheckUnknownHash function core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php Tests that check() is forwarded to corePassword instance if hash settings are not recognized.
PasswordVerifyTest::testPasswordHash function core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php Tests that hash() is forwarded to corePassword instance.
PasswordVerifyTest::testPasswordNeedsRehash function core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php Tests that needsRehash() is forwarded to corePassword instance.
PasswordVerifyTest::testWithinBounds function core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php Tests the hash count boundaries are enforced.
password_generator service core/core.services.yml Drupal\Core\Password\DefaultPasswordGenerator
path.creating_alias.html.twig file core/modules/path/help_topics/path.creating_alias.html.twig ---
label: 'Creating a URL alias for a content item'
related:
- path.overview
- path.editing_alias
- node.creating_content
- node.editing
---
{% set path_permissions_link_text %}
{% trans %}Create and edit URL aliases{% endtrans…
path.current service core/core.services.yml Drupal\Core\Path\CurrentPathStack
path.editing_alias.html.twig file core/modules/path/help_topics/path.editing_alias.html.twig ---
label: 'Editing a URL alias'
related:
- path.overview
- path.creating_alias
---
{% set path_permissions_link_text %}
{% trans %}Administer URL aliases{% endtrans %}
{% endset %}
{% set path_permissions_link =…
path.info.yml file core/modules/path/path.info.yml core/modules/path/path.info.yml
path.install file core/modules/path/path.install Update functions for the path module.
path.libraries.yml file core/modules/path/path.libraries.yml core/modules/path/path.libraries.yml
path.links.action.yml file core/modules/path/path.links.action.yml core/modules/path/path.links.action.yml
path.links.menu.yml file core/modules/path/path.links.menu.yml core/modules/path/path.links.menu.yml
path.links.task.yml file core/modules/path/path.links.task.yml core/modules/path/path.links.task.yml
path.matcher service core/core.services.yml Drupal\Core\Path\PathMatcher
path.migrate_drupal.yml file core/modules/path/migrations/state/path.migrate_drupal.yml core/modules/path/migrations/state/path.migrate_drupal.yml
path.overview.html.twig file core/modules/path/help_topics/path.overview.html.twig ---
label: 'Configuring aliases for URLs'
top_level: true
related:
- path.creating_alias
- path.editing_alias
---
<h2>{% trans %}What is a URL?{% endtrans %}</h2>
<p>{% trans %}URL is the abbreviation for "Uniform…
path.permissions.yml file core/modules/path/path.permissions.yml core/modules/path/path.permissions.yml
path.post_update.php file core/modules/path/path.post_update.php Post update functions for the path module.
path.schema.yml file core/modules/path/config/schema/path.schema.yml core/modules/path/config/schema/path.schema.yml
path.services.yml file core/modules/path/path.services.yml core/modules/path/path.services.yml
path.validator service core/core.services.yml Drupal\Core\Path\PathValidator
PathAdminTest class core/modules/path/tests/src/Functional/PathAdminTest.php Tests the Path admin UI.
PathAdminTest.php file core/modules/path/tests/src/Functional/PathAdminTest.php
PathAdminTest::$defaultTheme property core/modules/path/tests/src/Functional/PathAdminTest.php
PathAdminTest::$modules property core/modules/path/tests/src/Functional/PathAdminTest.php
PathAdminTest::setUp function core/modules/path/tests/src/Functional/PathAdminTest.php

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