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
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_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
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::__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 This class contains hook implementations.
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 #[Hook('sparse_test_hook')]
BHooks::testBothParametersHook function core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BHooks.php #[Hook('test_both_parameters_hook')]
BHooks::testHook function core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BHooks.php #[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>
big-pipe-interface-preview.html.twig file core/modules/big_pipe/templates/big-pipe-interface-preview.html.twig Default theme implementation for a BigPipe JS placeholder interface preview.
big-pipe-interface-preview.html.twig file core/themes/stable9/templates/content/big-pipe-interface-preview.html.twig Theme override for a BigPipe JS placeholder interface preview.
big-pipe-test-large-content.html.twig file core/modules/big_pipe/tests/modules/big_pipe_regression_test/templates/big-pipe-test-large-content.html.twig <div id="big-pipe-large-content">
{% for i in 0..130000 %}
boing
{% endfor %}
</div>
BigApple class core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.php Plugin annotation

@PluginExtended(
id = "big_apple",
label = "Big Apple",
color = "green"
)
BigApple.php file core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.php
BigPipe class core/modules/big_pipe/src/Render/BigPipe.php Service for sending an HTML response in chunks (to get faster page loads).
BigPipe.php file core/modules/big_pipe/src/Render/BigPipe.php
BigPipe::filterEmbeddedResponse function core/modules/big_pipe/src/Render/BigPipe.php Filters the given embedded response, using the cumulative AJAX page state.
BigPipe::filterResponse function core/modules/big_pipe/src/Render/BigPipe.php Filters the given response.
BigPipe::getPlaceholderOrder function core/modules/big_pipe/src/Render/BigPipe.php Gets the BigPipe placeholder order.
BigPipe::performPostSendTasks function core/modules/big_pipe/src/Render/BigPipe.php Performs tasks after sending content (and rendering placeholders).
BigPipe::renderPlaceholder function core/modules/big_pipe/src/Render/BigPipe.php Renders a placeholder, and just that placeholder.
BigPipe::sendChunk function core/modules/big_pipe/src/Render/BigPipe.php Sends a chunk.
BigPipe::sendContent function core/modules/big_pipe/src/Render/BigPipe.php Sends an HTML response in chunks using the BigPipe technique.
BigPipe::sendNoJsPlaceholders function core/modules/big_pipe/src/Render/BigPipe.php Sends no-JS BigPipe placeholders' replacements as embedded HTML responses.
BigPipe::sendPlaceholders function core/modules/big_pipe/src/Render/BigPipe.php Sends BigPipe placeholders' replacements as embedded AJAX responses.
BigPipe::sendPostBody function core/modules/big_pipe/src/Render/BigPipe.php Sends </body> and everything after it.
BigPipe::sendPreBody function core/modules/big_pipe/src/Render/BigPipe.php Sends everything until just before </body>.
BigPipe::splitHtmlOnPlaceholders function core/modules/big_pipe/src/Render/BigPipe.php Splits an HTML string into fragments.
BigPipe::START_SIGNAL constant core/modules/big_pipe/src/Render/BigPipe.php The BigPipe placeholder replacements start signal.
BigPipe::STOP_SIGNAL constant core/modules/big_pipe/src/Render/BigPipe.php The BigPipe placeholder replacements stop signal.
BigPipe::__construct function core/modules/big_pipe/src/Render/BigPipe.php
BigPipeBypassJsHooks class core/modules/big_pipe/tests/modules/big_pipe_bypass_js/src/Hook/BigPipeBypassJsHooks.php Hook implementations for big_pipe_bypass_js.
BigPipeBypassJsHooks.php file core/modules/big_pipe/tests/modules/big_pipe_bypass_js/src/Hook/BigPipeBypassJsHooks.php

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