Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
BigPipeTestController::helloOrYarhar function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php #lazy_builder callback; says "hello" or "yarhar".
BigPipeTestController::multiOccurrence function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php A page with multiple occurrences of the same placeholder.
BigPipeTestController::nope function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php
BigPipeTestController::responseException function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php #lazy_builder callback; returns content that will trigger an exception.
BigPipeTestController::test function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php Returns a all BigPipe placeholder test case render arrays.
BigPipeTestController::trustedCallbacks function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php
BigPipeTestForm class core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php Form to test BigPipe.
BigPipeTestForm.php file core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php
BigPipeTestForm::buildForm function core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php
BigPipeTestForm::getFormId function core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php
BigPipeTestForm::submitForm function core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php
BigPipeTestSubscriber class core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php
BigPipeTestSubscriber.php file core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php
BigPipeTestSubscriber::CONTENT_TRIGGER_EXCEPTION constant core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php
BigPipeTestSubscriber::getSubscribedEvents function core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php
BigPipeTestSubscriber::onRespondSetBigPipeDebugPlaceholderHeaders function core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php Exposes all BigPipe placeholders (JS and no-JS) via headers for testing.
BigPipeTestSubscriber::onRespondTriggerException function core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php Triggers exception for embedded HTML/AJAX responses with certain content.
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.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_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_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.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_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
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
BinaryData::getString function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php
BinaryData::getValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php
BinaryData::setValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Overrides TypedData::setValue().
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
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
Block class core/lib/Drupal/Core/Block/Annotation/Block.php Defines a Block annotation object.
Block class core/modules/block/src/Entity/Block.php Defines a Block configuration entity class.
Block class core/modules/block/src/Plugin/migrate/source/Block.php Drupal block source from database.

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