Search for all

  1. Search 7.x for all
  2. Search 8.9.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
BigPipe.php file core/modules/big_pipe/src/Render/BigPipe.php
BigPipe::$configFactory property core/modules/big_pipe/src/Render/BigPipe.php The config factory.
BigPipe::$eventDispatcher property core/modules/big_pipe/src/Render/BigPipe.php The event dispatcher.
BigPipe::$httpKernel property core/modules/big_pipe/src/Render/BigPipe.php The HTTP kernel.
BigPipe::$renderer property core/modules/big_pipe/src/Render/BigPipe.php The renderer.
BigPipe::$requestStack property core/modules/big_pipe/src/Render/BigPipe.php The request stack.
BigPipe::$session property core/modules/big_pipe/src/Render/BigPipe.php The session.
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::performPreSendTasks function core/modules/big_pipe/src/Render/BigPipe.php Performs tasks before 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 Constructs a new BigPipe class.
BigPipeController class core/modules/big_pipe/src/Controller/BigPipeController.php Returns responses for BigPipe module routes.
BigPipeController.php file core/modules/big_pipe/src/Controller/BigPipeController.php
BigPipeController::setNoJsCookie function core/modules/big_pipe/src/Controller/BigPipeController.php Sets a BigPipe no-JS cookie, redirects back to the original location.
BigPipeMarkup class core/modules/big_pipe/src/Render/BigPipeMarkup.php Defines an object that passes safe strings through BigPipe's render pipeline.
BigPipeMarkup.php file core/modules/big_pipe/src/Render/BigPipeMarkup.php
BigPipePlaceholderTestCase class core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php
BigPipePlaceholderTestCase::$bigPipeNoJsPlaceholder property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The expected BigPipe no-JS placeholder.
BigPipePlaceholderTestCase::$bigPipeNoJsPlaceholderRenderArray property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The corresponding expected BigPipe no-JS placeholder render array.
BigPipePlaceholderTestCase::$bigPipePlaceholderId property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The expected BigPipe placeholder ID.
BigPipePlaceholderTestCase::$bigPipePlaceholderRenderArray property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The corresponding expected BigPipe placeholder render array.
BigPipePlaceholderTestCase::$embeddedAjaxResponseCommands property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The corresponding expected embedded AJAX response.
BigPipePlaceholderTestCase::$embeddedHtmlResponse property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The corresponding expected embedded HTML response.
BigPipePlaceholderTestCase::$placeholder property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The expected corresponding placeholder string.
BigPipePlaceholderTestCase::$placeholderRenderArray property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The expected corresponding placeholder render array.
BigPipePlaceholderTestCase::$renderArray property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The original render array.
BigPipePlaceholderTestCase::__construct function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php
BigPipePlaceholderTestCases class core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php BigPipe placeholder test cases for use in both unit and integration tests.
BigPipePlaceholderTestCases.php file core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php
BigPipePlaceholderTestCases::cases function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php Gets all BigPipe placeholder test cases.
BigPipeRegressionTest class core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php BigPipe regression tests.
BigPipeRegressionTest class core/modules/ckeditor/tests/src/FunctionalJavascript/BigPipeRegressionTest.php BigPipe regression test for CKEditor 4.
BigPipeRegressionTest.php file core/modules/ckeditor/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
BigPipeRegressionTest.php file core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
BigPipeRegressionTest::$defaultTheme property core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php The theme to install as the default for testing.
BigPipeRegressionTest::$defaultTheme property core/modules/ckeditor/tests/src/FunctionalJavascript/BigPipeRegressionTest.php The theme to install as the default for testing.
BigPipeRegressionTest::$modules property core/modules/ckeditor/tests/src/FunctionalJavascript/BigPipeRegressionTest.php Modules to enable.
BigPipeRegressionTest::$modules property core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php Modules to enable.

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