Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| BigPipeResponse::setBigPipeService | function | core/ |
Sets the BigPipe service to use. |
| BigPipeResponse::__construct | function | core/ |
Constructs a new BigPipeResponse. |
| BigPipeResponseAttachmentsProcessor | class | core/ |
Processes attachments of HTML responses with BigPipe enabled. |
| BigPipeResponseAttachmentsProcessor.php | file | core/ |
|
| BigPipeResponseAttachmentsProcessor::$htmlResponseAttachmentsProcessor | property | core/ |
The HTML response attachments processor service. |
| BigPipeResponseAttachmentsProcessor::processAttachments | function | core/ |
Processes the attachments of a response that has attachments. |
| BigPipeResponseAttachmentsProcessor::__construct | function | core/ |
Constructs a BigPipeResponseAttachmentsProcessor object. |
| BigPipeResponseAttachmentsProcessorTest | class | core/ |
Tests Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor. |
| BigPipeResponseAttachmentsProcessorTest.php | file | core/ |
|
| BigPipeResponseAttachmentsProcessorTest::attachmentsProvider | function | core/ |
Provides data to testHtmlResponse(). |
| BigPipeResponseAttachmentsProcessorTest::createBigPipeResponseAttachmentsProcessor | function | core/ |
Creates a BigPipeResponseAttachmentsProcessor with mostly dummies. |
| BigPipeResponseAttachmentsProcessorTest::nonHtmlResponseProvider | function | core/ |
Provides data to testNonHtmlResponse(). |
| BigPipeResponseAttachmentsProcessorTest::testHtmlResponse | function | core/ |
Tests html response. |
| BigPipeResponseAttachmentsProcessorTest::testNonHtmlResponse | function | core/ |
Tests non html response. |
| 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/ |
Processes placeholders to render them with different strategies. |
| BigPipeStrategy::__construct | function | core/ |
Constructs a new BigPipeStrategy class. |
| BigPipeStrategyTest | class | core/ |
Tests Drupal\big_pipe\Render\Placeholder\BigPipeStrategy. |
| BigPipeStrategyTest.php | file | core/ |
|
| BigPipeStrategyTest::placeholdersProvider | function | core/ |
Provides the test data for testProcessPlaceholders(). |
| BigPipeStrategyTest::testProcessPlaceholders | function | core/ |
Tests process placeholders. |
| 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. |
Pagination
- Previous page
- Page 87
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.