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 11.x for all
  5. Other projects
Title Object type File name Summary
big_pipe service core/modules/big_pipe/big_pipe.services.yml Drupal\big_pipe\Render\BigPipe
big_pipe.info.yml file core/modules/big_pipe/big_pipe.info.yml core/modules/big_pipe/big_pipe.info.yml
big_pipe.libraries.yml file core/modules/big_pipe/big_pipe.libraries.yml core/modules/big_pipe/big_pipe.libraries.yml
big_pipe.module file core/modules/big_pipe/big_pipe.module Adds BigPipe no-JS detection.
big_pipe.post_update.php file core/modules/big_pipe/big_pipe.post_update.php Post update functions for Big Pipe.
big_pipe.routing.yml file core/modules/big_pipe/big_pipe.routing.yml core/modules/big_pipe/big_pipe.routing.yml
big_pipe.services.yml file core/modules/big_pipe/big_pipe.services.yml core/modules/big_pipe/big_pipe.services.yml
big_pipe_bypass_js.info.yml file core/modules/big_pipe/tests/modules/big_pipe_bypass_js/big_pipe_bypass_js.info.yml core/modules/big_pipe/tests/modules/big_pipe_bypass_js/big_pipe_bypass_js.info.yml
big_pipe_bypass_js.module file core/modules/big_pipe/tests/modules/big_pipe_bypass_js/big_pipe_bypass_js.module Provides a way to bypass Big Pipe JavaScript.
big_pipe_bypass_js_library_info_alter function core/modules/big_pipe/tests/modules/big_pipe_bypass_js/big_pipe_bypass_js.module Implements hook_library_info_alter().
big_pipe_help function core/modules/big_pipe/big_pipe.module Implements hook_help().
big_pipe_page_attachments function core/modules/big_pipe/big_pipe.module Implements hook_page_attachments().
big_pipe_post_update_html5_placeholders function core/modules/big_pipe/big_pipe.post_update.php Clear the render cache.
big_pipe_regression_test.info.yml file core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.info.yml core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.info.yml
big_pipe_regression_test.module file core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.module Support module for BigPipe testing.
big_pipe_regression_test.routing.yml file core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.routing.yml core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.routing.yml
big_pipe_regression_test_theme function core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.module Implements hook_theme().
big_pipe_test.info.yml file core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.info.yml core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.info.yml
big_pipe_test.module file core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.module Support module for BigPipe testing.
big_pipe_test.routing.yml file core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.routing.yml core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.routing.yml
big_pipe_test.services.yml file core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.services.yml core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.services.yml
big_pipe_test_page_top function core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.module Implements hook_page_top().
big_pipe_test_subscriber service core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.services.yml Drupal\big_pipe_test\EventSubscriber\BigPipeTestSubscriber
big_pipe_test_theme.info.yml file core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml
big_pipe_theme function core/modules/big_pipe/big_pipe.module Implements hook_theme().
big_pipe_theme_suggestions_big_pipe_interface_preview function core/modules/big_pipe/big_pipe.module Implements hook_theme_suggestions_HOOK().
BinaryData class core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php The binary data type.
BinaryData.php file core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php
BinaryData::$handle property core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php A generic file resource handle.
BinaryData::$uri property core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php The file resource URI.
BinaryData::getCastedValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Gets the primitive data value casted to the correct PHP type.
BinaryData::getString function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Returns a string representation of the data.
BinaryData::getValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Gets the data value.
BinaryData::setValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Overrides TypedData::setValue().
BinaryFileResponseTest class core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php Tests the headers added by BinaryFileResponse.
BinaryFileResponseTest.php file core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php
BinaryFileResponseTest::$modules property core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php Modules to install.
BinaryFileResponseTest::providerTestCalculatedContentType function core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php Data provider of file names and expected content-type values.
BinaryFileResponseTest::testCalculatedContentType function core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php Test the content type generated by Drupal is correct.
BinaryFileResponseTestController class core/modules/system/tests/modules/binary_file_response_test/src/Controller/BinaryFileResponseTestController.php Controller routines for binary file response tests.
BinaryFileResponseTestController.php file core/modules/system/tests/modules/binary_file_response_test/src/Controller/BinaryFileResponseTestController.php
BinaryFileResponseTestController::download function core/modules/system/tests/modules/binary_file_response_test/src/Controller/BinaryFileResponseTestController.php Download the file set in the relative_file_url query parameter.
BinaryInterface interface core/lib/Drupal/Core/TypedData/Type/BinaryInterface.php Interface for binary data.
BinaryInterface.php file core/lib/Drupal/Core/TypedData/Type/BinaryInterface.php
binary_file_response_test.info.yml file core/modules/system/tests/modules/binary_file_response_test/binary_file_response_test.info.yml core/modules/system/tests/modules/binary_file_response_test/binary_file_response_test.info.yml
binary_file_response_test.routing.yml file core/modules/system/tests/modules/binary_file_response_test/binary_file_response_test.routing.yml core/modules/system/tests/modules/binary_file_response_test/binary_file_response_test.routing.yml
Blackcurrant class core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php
BlankLayout class core/modules/layout_builder/src/Plugin/Layout/BlankLayout.php Provides a layout plugin that produces no output.
BlankLayout.php file core/modules/layout_builder/src/Plugin/Layout/BlankLayout.php
BlankLayout::build function core/modules/layout_builder/src/Plugin/Layout/BlankLayout.php Build a render array for layout with regions.

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