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
HookCollectorPassTest::testHookOverride function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Tests hook override.
HookCollectorPassTest::testHookRemove function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Tests hook remove.
HookCollectorPassTest::testHooksImplementedOnBehalfFileCache function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Test hooks implemented on behalf of an uninstalled module.
HookCollectorPassTest::testLegacyModuleImplementsAlter function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Test LegacyModuleImplementsAlter.
HookCollectorPassTest::testOrdering function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Test that ordering works.
HookCollectorPassTest::testPrefixOwnership function core/tests/Drupal/Tests/Core/Hook/HookCollectorPassTest.php Tests prefix ownership of procedural hooks.
HookCollectorPassTest::testProceduralHooksSkippedWhenConfigured function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Test procedural hooks for a module are skipped when skip is set.
HookCollectorPassTest::testSymlink function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Test that symlinks are properly followed.
KernelTestCompilerPass class core/tests/Drupal/KernelTests/KernelTestCompilerPass.php Adds hooks from kernel test to event dispatcher and module handler.
KernelTestCompilerPass.php file core/tests/Drupal/KernelTests/KernelTestCompilerPass.php
KernelTestCompilerPass::process function core/tests/Drupal/KernelTests/KernelTestCompilerPass.php
KernelTestCompilerPass::__construct function core/tests/Drupal/KernelTests/KernelTestCompilerPass.php Constructs a KernelTestCompilerPass object.
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().
LoggerAwarePass class core/lib/Drupal/Core/DependencyInjection/Compiler/LoggerAwarePass.php Sets the logger on all services that implement LoggerAwareInterface.
LoggerAwarePass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/LoggerAwarePass.php
LoggerAwarePass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/LoggerAwarePass.php
LoggerAwarePassTest class core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php Tests the logger aware compiler pass.
LoggerAwarePassTest.php file core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php
LoggerAwarePassTest::$modules property core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php Modules to install.
LoggerAwarePassTest::testExistingLogger function core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php Tests that existing loggers are not overwritten.
LoggerAwarePassTest::testLoggerAwarePass function core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php Tests that the logger aware compiler pass works.
MailerDsnConfigValidationTest::testMailerUserPasswordValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the password for the mailer user.
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 Tests basic passing migrations.
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 install.
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
ModuleTestCompilerPass class core/modules/system/tests/modules/module_test/src/ModuleTestCompilerPass.php Counts the number of times this compiler pass runs.
ModuleTestCompilerPass.php file core/modules/system/tests/modules/module_test/src/ModuleTestCompilerPass.php
ModuleTestCompilerPass::process function core/modules/system/tests/modules/module_test/src/ModuleTestCompilerPass.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 install.
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.
OEmbedIframeControllerTest::testResourcePassedToPreprocess function core/modules/media/tests/src/Kernel/OEmbedIframeControllerTest.php Tests that resources can be used in media_oembed_iframe preprocess.
PackageManagerBypassServiceProvider class core/modules/package_manager/tests/modules/package_manager_bypass/src/PackageManagerBypassServiceProvider.php Defines services to bypass Package Manager's core functionality.
PackageManagerBypassServiceProvider.php file core/modules/package_manager/tests/modules/package_manager_bypass/src/PackageManagerBypassServiceProvider.php

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