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.module |
file |
core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.module |
Support module for BigPipe testing. |
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_regression_test_theme |
function |
core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.module |
Implements hook_theme(). |
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 |
BinaryFileResponseTest |
class |
core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php |
Tests the headers added by BinaryFileResponse. |
BinaryFileResponseTest.php |
file |
core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php |
|
BinaryFileResponseTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php |
Modules to install. |
BinaryFileResponseTest::providerTestCalculatedContentType |
function |
core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php |
Data provider of file names and expected content-type values. |
BinaryFileResponseTest::testCalculatedContentType |
function |
core/tests/Drupal/KernelTests/Core/Http/BinaryFileResponseTest.php |
Test the content type generated by Drupal is correct. |
BinaryFileResponseTestController |
class |
core/modules/system/tests/modules/binary_file_response_test/src/Controller/BinaryFileResponseTestController.php |
Controller routines for binary file response tests. |
BinaryFileResponseTestController.php |
file |
core/modules/system/tests/modules/binary_file_response_test/src/Controller/BinaryFileResponseTestController.php |
|
BinaryFileResponseTestController::download |
function |
core/modules/system/tests/modules/binary_file_response_test/src/Controller/BinaryFileResponseTestController.php |
Download the file set in the relative_file_url query parameter. |
binary_file_response_test.info.yml |
file |
core/modules/system/tests/modules/binary_file_response_test/binary_file_response_test.info.yml |
core/modules/system/tests/modules/binary_file_response_test/binary_file_response_test.info.yml |
binary_file_response_test.routing.yml |
file |
core/modules/system/tests/modules/binary_file_response_test/binary_file_response_test.routing.yml |
core/modules/system/tests/modules/binary_file_response_test/binary_file_response_test.routing.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. |
BlockAddTest.php |
file |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
|
BlockAddTest::$defaultTheme |
property |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
The theme to install as the default for testing. |
BlockAddTest::$modules |
property |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
Modules to install. |
BlockAddTest::testBlockAddThemeSelector |
function |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
Tests the AJAX for the theme selector. |
BlockAdminThemeTest |
class |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
Tests the block system with admin themes. |
BlockAdminThemeTest.php |
file |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
|
BlockAdminThemeTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
The theme to install as the default for testing. |
BlockAdminThemeTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
Modules to install. |
BlockAdminThemeTest::testAdminTheme |
function |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
Check for the accessibility of the admin theme on the block admin page. |