BigPipeTest::assertBigPipePlaceholders |
function |
core/modules/big_pipe/tests/src/Functional/BigPipeTest.php |
Asserts expected BigPipe placeholders are present and replaced. |
BigPipeTest::assertBigPipeResponseHeadersPresent |
function |
core/modules/big_pipe/tests/src/Functional/BigPipeTest.php |
@internal |
BigPipeTest::assertCookieExists |
function |
core/modules/big_pipe/tests/src/Functional/BigPipeTest.php |
Asserts whether a cookie exists on the client or not. |
BigPipeTest::assertSessionCookieExists |
function |
core/modules/big_pipe/tests/src/Functional/BigPipeTest.php |
Asserts whether a session cookie exists or not. |
BigPipeTest::assertSetsEqual |
function |
core/modules/big_pipe/tests/src/Functional/BigPipeTest.php |
Asserts whether arrays A and B are equal, when treated as sets. |
BigPipeTest::getTestCases |
function |
core/modules/big_pipe/tests/src/Functional/BigPipeTest.php |
|
BigPipeTest::performMetaRefresh |
function |
core/modules/big_pipe/tests/src/Functional/BigPipeTest.php |
Performs a single <meta> refresh explicitly. |
BigPipeTest::setCsrfTokenSeedInTestEnvironment |
function |
core/modules/big_pipe/tests/src/Functional/BigPipeTest.php |
Ensures CSRF tokens can be generated for the current user's session. |
BigPipeTest::setUp |
function |
core/modules/big_pipe/tests/src/Functional/BigPipeTest.php |
|
BigPipeTest::testBigPipe |
function |
core/modules/big_pipe/tests/src/Functional/BigPipeTest.php |
Tests BigPipe-delivered HTML responses when JavaScript is enabled. |
BigPipeTest::testBigPipeMultiOccurrencePlaceholders |
function |
core/modules/big_pipe/tests/src/Functional/BigPipeTest.php |
Tests BigPipe with a multi-occurrence placeholder. |
BigPipeTest::testBigPipeNoJs |
function |
core/modules/big_pipe/tests/src/Functional/BigPipeTest.php |
Tests BigPipe-delivered HTML responses when JavaScript is disabled. |
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 |
|
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 |
#lazy_builder callback; returns the current count. |
BigPipeTestController::currentTime |
function |
core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php |
#lazy_builder callback; builds <time> markup with current time. |
BigPipeTestController::exception |
function |
core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php |
#lazy_builder callback; throws exception. |
BigPipeTestController::helloOrYarhar |
function |
core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php |
#lazy_builder callback; says "hello" or "yarhar". |
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::responseException |
function |
core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php |
#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. |
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. |
BigPipeTestSubscriber |
class |
core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php |
|
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. |
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_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.module |
file |
core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.module |
Support module for BigPipe testing. |
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 |
big_pipe_test_page_top |
function |
core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.module |
Implements hook_page_top(). |
big_pipe_test_subscriber |
service |
core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.services.yml |
Drupal\big_pipe_test\EventSubscriber\BigPipeTestSubscriber |
big_pipe_test_theme.info.yml |
file |
core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml |
core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml |
block.block.config_override_test.yml |
file |
core/modules/config/tests/config_override_integration_test/config/install/block.block.config_override_test.yml |
core/modules/config/tests/config_override_integration_test/config/install/block.block.config_override_test.yml |
block.block.testing_theme_optional_blocks_page_title.yml |
file |
core/profiles/testing_themes_blocks/themes/testing_theme_optional_blocks/config/optional/block.block.testing_theme_optional_blocks_page_title.yml |
core/profiles/testing_themes_blocks/themes/testing_theme_optional_blocks/config/optional/block.block.testing_theme_optional_blocks_page_title.yml |
block.block.testing_theme_required_blocks_account_menu.yml |
file |
core/profiles/testing_themes_blocks/themes/testing_theme_required_blocks/config/install/block.block.testing_theme_required_blocks_account_menu.yml |
core/profiles/testing_themes_blocks/themes/testing_theme_required_blocks/config/install/block.block.testing_theme_required_blocks_account_menu.yml |
block.block.test_block.yml |
file |
core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml |
core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml |
block.block.test_default_config.yml |
file |
core/modules/locale/tests/modules/locale_test/config/optional/block.block.test_default_config.yml |
core/modules/locale/tests/modules/locale_test/config/optional/block.block.test_default_config.yml |
BlockAddTest |
class |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
Tests the JS functionality in the block add form. |