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. Other projects
Title Object type File name Summary
batch_test.info.yml file core/modules/system/tests/modules/batch_test/batch_test.info.yml core/modules/system/tests/modules/batch_test/batch_test.info.yml
batch_test.links.task.yml file core/modules/system/tests/modules/batch_test/batch_test.links.task.yml core/modules/system/tests/modules/batch_test/batch_test.links.task.yml
batch_test.routing.yml file core/modules/system/tests/modules/batch_test/batch_test.routing.yml core/modules/system/tests/modules/batch_test/batch_test.routing.yml
batch_test.services.yml file core/modules/system/tests/modules/batch_test/batch_test.services.yml core/modules/system/tests/modules/batch_test/batch_test.services.yml
batch_test.set_file.inc file core/modules/system/tests/modules/batch_test/batch_test.set_file.inc
BazAccessPolicy class core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php A test access policy setting a 'baz' permission requirement.
BazAccessPolicy::applies function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Checks whether this access policy applies to a given scope.
BazAccessPolicy::calculatePermissions function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Calculates the permissions for an account within a given scope.
BazAccessPolicy::getPersistentCacheContexts function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Gets the persistent cache contexts.
BazCacheContext class core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Fake calculated cache context class.
BazCacheContext::getCacheableMetadata function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Gets cacheability metadata for the context based on the parameter value.
BazCacheContext::getContext function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Returns the string representation of the cache context.
BazCacheContext::getLabel function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Returns the label of the cache context.
BazClass class core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php Stub class which acts as a service dependency, to test the container.
BazClass.php file core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php
bbb_hook_collector_test.info.yml file core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/bbb_hook_collector_test.info.yml core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/bbb_hook_collector_test.info.yml
bbb_hook_order_test.info.yml file core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/bbb_hook_order_test.info.yml core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/bbb_hook_order_test.info.yml
bbb_hook_order_test.module file core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/bbb_hook_order_test.module
bbb_hook_order_test_procedural_alter function core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/bbb_hook_order_test.module Implements hook_procedural_alter().
bbb_hook_order_test_procedural_subtype_alter function core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/bbb_hook_order_test.module Implements hook_procedural_subtype_alter().
bbb_hook_order_test_test_hook function core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/bbb_hook_order_test.module Implements hook_test_hook().
bbb_hook_order_test_test_procedural_reorder function core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/bbb_hook_order_test.module Implements hook_test_procedural_reorder().
bbb_update_test.info.yml file core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml
BcEngineTest class core/modules/system/tests/src/Functional/Theme/BcEngineTest.php Tests theme engine BC layer.
BcEngineTest.php file core/modules/system/tests/src/Functional/Theme/BcEngineTest.php
BcEngineTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/BcEngineTest.php The theme to install as the default for testing.
BcEngineTest::testPage function core/modules/system/tests/src/Functional/Theme/BcEngineTest.php Tests that .engine theme engines still work.
BCrossHookReorderAlter class core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BCrossHookReorderAlter.php Contains alter hook implementations.
BCrossHookReorderAlter.php file core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BCrossHookReorderAlter.php
BCrossHookReorderAlter::baseAlter function core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BCrossHookReorderAlter.php Implements hook_test_cross_hook_reorder_base_alter().
BCrossHookReorderAlter::baseAlterLast function core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BCrossHookReorderAlter.php Implements hook_test_cross_hook_reorder_base_alter().
BCrossHookReorderAlter::subtypeAlter function core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BCrossHookReorderAlter.php Implements hook_test_cross_hook_reorder_subtype_alter().
BcRoute class core/lib/Drupal/Core/Routing/BcRoute.php A backwards compatibility route.
BcRoute.php file core/lib/Drupal/Core/Routing/BcRoute.php
BcRoute::__construct function core/lib/Drupal/Core/Routing/BcRoute.php
BeforeCommand class core/lib/Drupal/Core/Ajax/BeforeCommand.php An AJAX command for calling the jQuery before() method.
BeforeCommand.php file core/lib/Drupal/Core/Ajax/BeforeCommand.php
BeforeCommand::render function core/lib/Drupal/Core/Ajax/BeforeCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
BeforeOrAfter class core/lib/Drupal/Core/Hook/OrderOperation/BeforeOrAfter.php Moves one listener to be called before or after other listeners.
BeforeOrAfter.php file core/lib/Drupal/Core/Hook/OrderOperation/BeforeOrAfter.php
BeforeOrAfter::apply function core/lib/Drupal/Core/Hook/OrderOperation/BeforeOrAfter.php Changes the order of a list of hook implementations.
BeforeOrAfter::identify function core/lib/Drupal/Core/Hook/OrderOperation/BeforeOrAfter.php Gets an identifier for the target implementation.
BeforeOrAfter::__construct function core/lib/Drupal/Core/Hook/OrderOperation/BeforeOrAfter.php Constructor.
Best practices for developers group core/core.api.php Overview of standards and best practices for developers
BHooks class core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BHooks.php Provides hook implementations for testing the execution order of hooks.
BHooks.php file core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BHooks.php
BHooks::sparseTestHook function core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BHooks.php Implements hook_test_hook().
BHooks::testBothParametersHook function core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BHooks.php Implements hook_test_hook().
BHooks::testHook function core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BHooks.php Implements hook_test_hook().
big-pipe-interface-preview--user-toolbar-link-builder-renderDisplayName.html.twig file core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/big-pipe-interface-preview--user-toolbar-link-builder-renderDisplayName.html.twig <span class="i-am-taking-up-space">LOOK AT ME I AM CONSUMING SPACE FOR LATER</span>

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