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
BigPipeTest::testDebugCacheability function core/modules/big_pipe/tests/src/Functional/BigPipeTest.php Tests that response contains cacheability debug comments.
BigPipeTest::testNoJsDetection function core/modules/big_pipe/tests/src/Functional/BigPipeTest.php Tests BigPipe's no-JS detection.
BigPipeTestController class core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php Returns responses for Big Pipe routes.
BigPipeTestController.php file core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php
BigPipeTestController::counter function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php The #lazy_builder callback; returns the current count.
BigPipeTestController::currentTime function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php Render API callback: Builds <time> markup with current time.
BigPipeTestController::exception function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php The #lazy_builder callback; throws exception.
BigPipeTestController::helloOrHi function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php Render API callback: Says "hello" or "hi".
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::piggy function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php Render API callback: Suspends its own execution then returns markup.
BigPipeTestController::placeholderPreview function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php A page with placeholder preview.
BigPipeTestController::redirectTrusted function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php Supports Big Pipe testing of the enforced redirect response.
BigPipeTestController::redirectUntrusted function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php Supports Big Pipe testing of an untrusted external URL.
BigPipeTestController::responseException function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php The #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 all BigPipe placeholder test case render arrays.
BigPipeTestController::trustedCallbacks function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php Lists the trusted callbacks provided by the implementing class.
BigPipeTestController::trustedRedirectLazyBuilder function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php Route callback to test a trusted lazy builder redirect response.
BigPipeTestController::untrustedRedirectLazyBuilder function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php Route callback to test an untrusted lazy builder redirect response.
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 Form constructor.
BigPipeTestForm::getFormId function core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php Returns a unique string identifying the form.
BigPipeTestForm::submitForm function core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php Form submission handler.
BigPipeTestHooks class core/modules/big_pipe/tests/modules/big_pipe_test/src/Hook/BigPipeTestHooks.php Hook implementations for big_pipe_test.
BigPipeTestHooks.php file core/modules/big_pipe/tests/modules/big_pipe_test/src/Hook/BigPipeTestHooks.php
BigPipeTestHooks::pageTop function core/modules/big_pipe/tests/modules/big_pipe_test/src/Hook/BigPipeTestHooks.php Implements hook_page_top().
BigPipeTestSubscriber class core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php Defines a test BigPipe subscriber that checks whether the session is empty.
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.
BigPipeThemeHooks class core/modules/big_pipe/src/Hook/BigPipeThemeHooks.php Hook implementations for big_pipe.
BigPipeThemeHooks.php file core/modules/big_pipe/src/Hook/BigPipeThemeHooks.php
BigPipeThemeHooks::themeSuggestionsBigPipeInterfacePreview function core/modules/big_pipe/src/Hook/BigPipeThemeHooks.php Implements hook_theme_suggestions_HOOK().
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.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_messages_test.info.yml file core/modules/big_pipe/tests/modules/big_pipe_messages_test/big_pipe_messages_test.info.yml core/modules/big_pipe/tests/modules/big_pipe_messages_test/big_pipe_messages_test.info.yml
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_removed_post_updates function core/modules/big_pipe/big_pipe.post_update.php Implements hook_removed_post_updates().
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.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

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