Search for all
Title | Object type | File name | Summary |
---|---|---|---|
BigPipeResponseAttachmentsProcessor::processAttachments | function | core/ |
Processes the attachments of a response that has attachments. |
BigPipeResponseAttachmentsProcessor::__construct | function | core/ |
Constructs a BigPipeResponseAttachmentsProcessor object. |
BigPipeResponseAttachmentsProcessorTest | class | core/ |
@coversDefaultClass \Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor @group big_pipe |
BigPipeResponseAttachmentsProcessorTest.php | file | core/ |
|
BigPipeResponseAttachmentsProcessorTest::attachmentsProvider | function | core/ |
|
BigPipeResponseAttachmentsProcessorTest::createBigPipeResponseAttachmentsProcessor | function | core/ |
Creates a BigPipeResponseAttachmentsProcessor with mostly dummies. |
BigPipeResponseAttachmentsProcessorTest::nonHtmlResponseProvider | function | core/ |
|
BigPipeResponseAttachmentsProcessorTest::testHtmlResponse | function | core/ |
@covers ::processAttachments |
BigPipeResponseAttachmentsProcessorTest::testNonHtmlResponse | function | core/ |
@covers ::processAttachments |
BigPipeStrategy | class | core/ |
Defines the BigPipe placeholder strategy, to send HTML in chunks. |
BigPipeStrategy.php | file | core/ |
|
BigPipeStrategy::$requestStack | property | core/ |
The request stack. |
BigPipeStrategy::$routeMatch | property | core/ |
The current route match. |
BigPipeStrategy::$sessionConfiguration | property | core/ |
The session configuration. |
BigPipeStrategy::createBigPipeJsPlaceholder | function | core/ |
Creates a BigPipe JS placeholder. |
BigPipeStrategy::createBigPipeNoJsPlaceholder | function | core/ |
Creates a BigPipe no-JS placeholder. |
BigPipeStrategy::doProcessPlaceholders | function | core/ |
Transforms placeholders to BigPipe placeholders, either no-JS or JS. |
BigPipeStrategy::generateBigPipePlaceholderId | function | core/ |
Generates a BigPipe placeholder ID. |
BigPipeStrategy::NOJS_COOKIE | constant | core/ |
BigPipe no-JS cookie name. |
BigPipeStrategy::placeholderIsAttributeSafe | function | core/ |
Determines whether the given placeholder is attribute-safe or not. |
BigPipeStrategy::processPlaceholders | function | core/ |
|
BigPipeStrategy::__construct | function | core/ |
Constructs a new BigPipeStrategy class. |
BigPipeStrategyTest | class | core/ |
@coversDefaultClass \Drupal\big_pipe\Render\Placeholder\BigPipeStrategy @group big_pipe |
BigPipeStrategyTest.php | file | core/ |
|
BigPipeStrategyTest::placeholdersProvider | function | core/ |
|
BigPipeStrategyTest::testProcessPlaceholders | function | core/ |
@covers ::processPlaceholders |
BigPipeTest | class | core/ |
Tests BigPipe's no-JS detection & response delivery (with and without JS). |
BigPipeTest.php | file | core/ |
|
BigPipeTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BigPipeTest::$modules | property | core/ |
Modules to install. |
BigPipeTest::assertBigPipeNoJsCookieExists | function | core/ |
Asserts whether a BigPipe no-JS cookie exists or not. |
BigPipeTest::assertBigPipeNoJsMetaRefreshRedirect | function | core/ |
Calls ::performMetaRefresh() and asserts the responses. |
BigPipeTest::assertBigPipeNoJsPlaceholders | function | core/ |
Asserts expected BigPipe no-JS placeholders are present and replaced. |
BigPipeTest::assertBigPipePlaceholders | function | core/ |
Asserts expected BigPipe placeholders are present and replaced. |
BigPipeTest::assertBigPipeResponseHeadersPresent | function | core/ |
@internal |
BigPipeTest::assertCookieExists | function | core/ |
Asserts whether a cookie exists on the client or not. |
BigPipeTest::assertSessionCookieExists | function | core/ |
Asserts whether a session cookie exists or not. |
BigPipeTest::assertSetsEqual | function | core/ |
Asserts whether arrays A and B are equal, when treated as sets. |
BigPipeTest::getTestCases | function | core/ |
|
BigPipeTest::performMetaRefresh | function | core/ |
Performs a single <meta> refresh explicitly. |
BigPipeTest::setCsrfTokenSeedInTestEnvironment | function | core/ |
Ensures CSRF tokens can be generated for the current user's session. |
BigPipeTest::setUp | function | core/ |
|
BigPipeTest::testBigPipe | function | core/ |
Tests BigPipe-delivered HTML responses when JavaScript is enabled. |
BigPipeTest::testBigPipeMultiOccurrencePlaceholders | function | core/ |
Tests BigPipe with a multi-occurrence placeholder. |
BigPipeTest::testBigPipeNoJs | function | core/ |
Tests BigPipe-delivered HTML responses when JavaScript is disabled. |
BigPipeTest::testNoJsDetection | function | core/ |
Tests BigPipe's no-JS detection. |
BigPipeTestController | class | core/ |
Returns responses for Big Pipe routes. |
BigPipeTestController.php | file | core/ |
|
BigPipeTestController::counter | function | core/ |
#lazy_builder callback; returns the current count. |
BigPipeTestController::currentTime | function | core/ |
#lazy_builder callback; builds <time> markup with current time. |
Pagination
- Previous page
- Page 84
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.