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
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>
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.

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