Search for pass

  1. Search 7.x for pass
  2. Search 9.5.x for pass
  3. Search 8.9.x for pass
  4. Search 10.3.x for pass
  5. Search main for pass
  6. Other projects
Title Object type File name Summary
PhpPasswordTest::testLongPassword function core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php Verifies that passwords longer than 512 bytes are not hashed.
PhpPasswordTest::testPasswordChecking function core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php Tests password hashing.
PhpPasswordTest::testPasswordNeedsUpdate function core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php Tests a password needs update.
PhpPasswordTest::testPasswordRehashing function core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php Tests password rehashing.
PhpPasswordUnknownAlgorithmIntegrationTest class core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php Integration tests for the PHP password hashing service.
PhpPasswordUnknownAlgorithmIntegrationTest.php file core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php
PhpPasswordUnknownAlgorithmIntegrationTest::$passwordAlgorithm property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php The password algorithm to be used during this test.
PhpPasswordUnknownAlgorithmIntegrationTest::$passwordOptions property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php The password options to be used during this test.
PhpPasswordUnknownAlgorithmIntegrationTest::testUnknownAlgorithmHashing function core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php Tests that the default password hashing algorithm is used.
PluginManagerPass class core/lib/Drupal/Core/Plugin/PluginManagerPass.php Registers plugin managers to the plugin.cache_clearer service.
PluginManagerPass.php file core/lib/Drupal/Core/Plugin/PluginManagerPass.php
PluginManagerPass::process function core/lib/Drupal/Core/Plugin/PluginManagerPass.php
PreprocessHooks::formElementPassword function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for form_element__password.
PreprocessHooks::formElementPasswordConfirm function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for form_element__password_confirm.
PreprocessHooks::preprocessFormElementPassword function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for form_element__password.
PreprocessHooks::preprocessFormElementPasswordConfirm function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for form_element__password_confirm.
ProgrammaticTest::testProgrammaticAccessBypass function core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php Tests the programmed_bypass_access_check flag.
ProxyServicesPass class core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php Replaces all services with a lazy flag.
ProxyServicesPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php
ProxyServicesPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php
ProxyServicesPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php Tests Drupal\Core\DependencyInjection\Compiler\ProxyServicesPass.
ProxyServicesPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php
ProxyServicesPassTest::$proxyServicesPass property core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php The tested proxy services pass.
ProxyServicesPassTest::setUp function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php
ProxyServicesPassTest::testContainerWithLazyServices function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php Tests container with lazy services.
ProxyServicesPassTest::testContainerWithLazyServicesWithoutProxyClass function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php Tests container with lazy services without proxy class.
ProxyServicesPassTest::testContainerWithoutLazyServices function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php Tests container without lazy services.
QuickStartTestBase::$adminPassword property core/tests/Drupal/BuildTests/QuickStart/QuickStartTestBase.php Password of the admin account generated during install.
RecipeCommandTest::testPassInput function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeCommandTest::testPassInvalidInput function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RegisterAccessChecksPass class core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php Adds services tagged 'access_check' to the access_manager service.
RegisterAccessChecksPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php
RegisterAccessChecksPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php
RegisterEntityResolversCompilerPass class core/modules/serialization/src/RegisterEntityResolversCompilerPass.php Adds services tagged 'entity_resolver' to the Serializer.
RegisterEntityResolversCompilerPass.php file core/modules/serialization/src/RegisterEntityResolversCompilerPass.php
RegisterEntityResolversCompilerPass::process function core/modules/serialization/src/RegisterEntityResolversCompilerPass.php Adds services to the Serializer.
RegisterEntityResolversCompilerPass::sort function core/modules/serialization/src/RegisterEntityResolversCompilerPass.php Sorts by priority.
RegisterEventSubscribersPass class core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php Wraps the Symfony event subscriber pass to use different tag names.
RegisterEventSubscribersPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php
RegisterEventSubscribersPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php
RegisterEventSubscribersPass::renameTag function core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php Renames tags in the container.
RegisterEventSubscribersPass::__construct function core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php Constructs a RegisterEventSubscribersPass object.
RegisterSerializationClassesCompilerPass class core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php Adds services tagged JSON:API-only normalizers to the Serializer.
RegisterSerializationClassesCompilerPass class core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php Adds services tagged 'normalizer' and 'encoder' to the Serializer.
RegisterSerializationClassesCompilerPass.php file core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php
RegisterSerializationClassesCompilerPass.php file core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php
RegisterSerializationClassesCompilerPass::FORMAT constant core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php The ID for the JSON:API format.
RegisterSerializationClassesCompilerPass::OVERRIDDEN_SERVICE_ENCODER_TAG constant core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php The service tag that only JSON:API encoders should use.
RegisterSerializationClassesCompilerPass::OVERRIDDEN_SERVICE_ID constant core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php The service ID.
RegisterSerializationClassesCompilerPass::OVERRIDDEN_SERVICE_NORMALIZER_TAG constant core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php The service tag that only JSON:API normalizers should use.

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