Search for pass

  1. Search 7.x for pass
  2. Search 9.5.x for pass
  3. Search 10.3.x for pass
  4. Search 11.x for pass
  5. Search main for pass
  6. Other projects
Title Object type File name Summary
FormState::setProgrammedBypassAccessCheck function core/lib/Drupal/Core/Form/FormState.php Sets if this form submission should bypass #access.
FormStateDecoratorBase::isBypassingProgrammedAccessChecks function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Determines if this form submission should bypass #access.
FormStateDecoratorBase::setProgrammedBypassAccessCheck function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets if this form submission should bypass #access.
FormStateDecoratorBaseTest::testIsBypassingProgrammedAccessChecks function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::isBypassingProgrammedAccessChecks[[api-linebreak]]
FormStateDecoratorBaseTest::testSetProgrammedBypassAccessCheck function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setProgrammedBypassAccessCheck[[api-linebreak]]
FormStateInterface::isBypassingProgrammedAccessChecks function core/lib/Drupal/Core/Form/FormStateInterface.php Determines if this form submission should bypass #access.
FormStateInterface::setProgrammedBypassAccessCheck function core/lib/Drupal/Core/Form/FormStateInterface.php Sets if this form submission should bypass #access.
GuzzleMiddlewarePass class core/lib/Drupal/Core/DependencyInjection/Compiler/GuzzleMiddlewarePass.php
GuzzleMiddlewarePass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/GuzzleMiddlewarePass.php
GuzzleMiddlewarePass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/GuzzleMiddlewarePass.php
ListCacheBinsPass class core/lib/Drupal/Core/Cache/ListCacheBinsPass.php Adds cache_bins parameter to the container.
ListCacheBinsPass.php file core/lib/Drupal/Core/Cache/ListCacheBinsPass.php
ListCacheBinsPass::process function core/lib/Drupal/Core/Cache/ListCacheBinsPass.php Implements CompilerPassInterface::process().
MainContentRenderersPass class core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php Adds main_content_renderers parameter to the container.
MainContentRenderersPass.php file core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php
MainContentRenderersPass::process function core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php Collects the available main content renderer service IDs into the
main_content_renderers parameter, keyed by format.
MigrateImageCacheTest::testPassingMigration function core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php Test basic passing migrations.
MigratePassword.php file core/modules/user/src/MigratePassword.php
MigrateUserAdminPassTest class core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php Tests preservation of root account password.
MigrateUserAdminPassTest.php file core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php
MigrateUserAdminPassTest::$modules property core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php Modules to enable.
MigrateUserAdminPassTest::$originalPasswords property core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php The passwords as retrieved from the account entities before migration.
MigrateUserAdminPassTest::setUp function core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php
MigrateUserAdminPassTest::testAdminPasswordPreserved function core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php Tests preserving the admin user's password.
ModifyServiceDefinitionsPass class core/lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php Passes the container to the alter() method of all service providers.
ModifyServiceDefinitionsPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php
ModifyServiceDefinitionsPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php
NodeRevisionsUiBypassAccessTest class core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php Tests the revision tab display.
NodeRevisionsUiBypassAccessTest.php file core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php
NodeRevisionsUiBypassAccessTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php The theme to install as the default for testing.
NodeRevisionsUiBypassAccessTest::$editor property core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php User with bypass node access permission.
NodeRevisionsUiBypassAccessTest::$modules property core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php Modules to enable.
NodeRevisionsUiBypassAccessTest::setUp function core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php
NodeRevisionsUiBypassAccessTest::testDisplayRevisionTab function core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php Checks that the Revision tab is displayed correctly.
PageCache::pass function core/modules/page_cache/src/StackMiddleware/PageCache.php Sidesteps the page cache and directly forwards a request to the backend.
password service core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.services.yml Drupal\Core\Password\PhpassHashedPassword
password service core/core.services.yml Drupal\Core\Password\PhpassHashedPassword
Password class core/lib/Drupal/Core/Render/Element/Password.php Provides a form element for entering a password, with hidden text.
password-hash.sh file core/scripts/password-hash.sh Drupal hash script - to generate a hash from a plaintext password
password-suggestions.css file core/themes/bartik/css/components/password-suggestions.css Styles for password suggestions in Bartik.
Password.php file core/lib/Drupal/Core/Render/Element/Password.php
Password::getInfo function core/lib/Drupal/Core/Render/Element/Password.php Returns the element properties for this element.
Password::preRenderPassword function core/lib/Drupal/Core/Render/Element/Password.php Prepares a #type 'password' render element for input.html.twig.
Password::valueCallback function core/lib/Drupal/Core/Render/Element/Password.php Determines how user input is mapped to an element's #value property.
PasswordConfirm class core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Provides a form element for double-input of passwords.
PasswordConfirm.php file core/lib/Drupal/Core/Render/Element/PasswordConfirm.php
PasswordConfirm::getInfo function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Returns the element properties for this element.
PasswordConfirm::processPasswordConfirm function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Expand a password_confirm field into two text boxes.
PasswordConfirm::validatePasswordConfirm function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Validates a password_confirm element.
PasswordConfirm::valueCallback function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Determines how user input is mapped to an element's #value property.

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