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. Search main for all
  6. Other projects
Title Object type File name Summary
BigPipeRegressionTestController::MARKER_2678662 constant core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php
BigPipeRegressionTestController::multipleReplacements function core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php A page with multiple nodes.
BigPipeRegressionTestController::PLACEHOLDER_COUNT constant core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php
BigPipeRegressionTestController::regression2678662 function core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php
BigPipeRegressionTestController::regression2802923 function core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php
BigPipeRegressionTestController::renderRandomSentence function core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php Renders a random length sentence.
BigPipeRegressionTestController::trustedCallbacks function core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php Lists the trusted callbacks provided by the implementing class.
BigPipeRegressionTestHooks class core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/Hook/BigPipeRegressionTestHooks.php Hook implementations for big_pipe_regression_test.
BigPipeRegressionTestHooks.php file core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/Hook/BigPipeRegressionTestHooks.php
BigPipeRegressionTestHooks::theme function core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/Hook/BigPipeRegressionTestHooks.php Implements hook_theme().
BigPipeResponse class core/modules/big_pipe/src/Render/BigPipeResponse.php A response that is sent in chunks by the BigPipe service.
BigPipeResponse.php file core/modules/big_pipe/src/Render/BigPipeResponse.php
BigPipeResponse::$bigPipe property core/modules/big_pipe/src/Render/BigPipeResponse.php The BigPipe service.
BigPipeResponse::$originalHtmlResponse property core/modules/big_pipe/src/Render/BigPipeResponse.php The original HTML response.
BigPipeResponse::getOriginalHtmlResponse function core/modules/big_pipe/src/Render/BigPipeResponse.php Returns the original HTML response.
BigPipeResponse::populateBasedOnOriginalHtmlResponse function core/modules/big_pipe/src/Render/BigPipeResponse.php Populates this BigPipeResponse object based on the original HTML response.
BigPipeResponse::sendContent function core/modules/big_pipe/src/Render/BigPipeResponse.php
BigPipeResponse::setBigPipeService function core/modules/big_pipe/src/Render/BigPipeResponse.php Sets the BigPipe service to use.
BigPipeResponse::__construct function core/modules/big_pipe/src/Render/BigPipeResponse.php Constructs a new BigPipeResponse.
BigPipeResponseAttachmentsProcessor class core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php Processes attachments of HTML responses with BigPipe enabled.
BigPipeResponseAttachmentsProcessor.php file core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php
BigPipeResponseAttachmentsProcessor::$htmlResponseAttachmentsProcessor property core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php The HTML response attachments processor service.
BigPipeResponseAttachmentsProcessor::processAttachments function core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php Processes the attachments of a response that has attachments.
BigPipeResponseAttachmentsProcessor::__construct function core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php
BigPipeResponseAttachmentsProcessorTest class core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php Tests Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor.
BigPipeResponseAttachmentsProcessorTest.php file core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php
BigPipeResponseAttachmentsProcessorTest::attachmentsProvider function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php Provides data to testHtmlResponse().
BigPipeResponseAttachmentsProcessorTest::createBigPipeResponseAttachmentsProcessor function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php Creates a BigPipeResponseAttachmentsProcessor with mostly dummies.
BigPipeResponseAttachmentsProcessorTest::nonHtmlResponseProvider function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php Provides data to testNonHtmlResponse().
BigPipeResponseAttachmentsProcessorTest::testHtmlResponse function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php Tests html response.
BigPipeResponseAttachmentsProcessorTest::testNonHtmlResponse function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php Tests non html response.
BigPipeStrategy class core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php Defines the BigPipe placeholder strategy, to send HTML in chunks.
BigPipeStrategy.php file core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php
BigPipeStrategy::$requestStack property core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php The request stack.
BigPipeStrategy::$routeMatch property core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php The current route match.
BigPipeStrategy::$sessionConfiguration property core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php The session configuration.
BigPipeStrategy::createBigPipeJsPlaceholder function core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php Creates a BigPipe JS placeholder.
BigPipeStrategy::createBigPipeNoJsPlaceholder function core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php Creates a BigPipe no-JS placeholder.
BigPipeStrategy::doProcessPlaceholders function core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php Transforms placeholders to BigPipe placeholders, either no-JS or JS.
BigPipeStrategy::generateBigPipePlaceholderId function core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php Generates a BigPipe placeholder ID.
BigPipeStrategy::NOJS_COOKIE constant core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php BigPipe no-JS cookie name.
BigPipeStrategy::placeholderIsAttributeSafe function core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php Determines whether the given placeholder is attribute-safe or not.
BigPipeStrategy::processPlaceholders function core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php Processes placeholders to render them with different strategies.
BigPipeStrategy::__construct function core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php Constructs a new BigPipeStrategy class.
BigPipeStrategyTest class core/modules/big_pipe/tests/src/Unit/Render/Placeholder/BigPipeStrategyTest.php Tests Drupal\big_pipe\Render\Placeholder\BigPipeStrategy.
BigPipeStrategyTest.php file core/modules/big_pipe/tests/src/Unit/Render/Placeholder/BigPipeStrategyTest.php
BigPipeStrategyTest::placeholdersProvider function core/modules/big_pipe/tests/src/Unit/Render/Placeholder/BigPipeStrategyTest.php Provides the test data for testProcessPlaceholders().
BigPipeStrategyTest::testProcessPlaceholders function core/modules/big_pipe/tests/src/Unit/Render/Placeholder/BigPipeStrategyTest.php Tests process placeholders.
BigPipeTest class core/modules/big_pipe/tests/src/Functional/BigPipeTest.php Tests BigPipe's no-JS detection & response delivery (with and without JS).
BigPipeTest.php file core/modules/big_pipe/tests/src/Functional/BigPipeTest.php

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