| TestEmptyBlock.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestEmptyBlock.php |
|
| TestEmptyBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestEmptyBlock.php |
Builds and returns the renderable array for this block plugin. |
| TestFormApiFormBlock |
class |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
Provides a block containing a Form API form for use in Layout Builder tests. |
| TestFormApiFormBlock.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
|
| TestFormApiFormBlock::$formBuilder |
property |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
The form builder service. |
| TestFormApiFormBlock::build |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
Builds and returns the renderable array for this block plugin. |
| TestFormApiFormBlock::buildForm |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
Form constructor. |
| TestFormApiFormBlock::getFormId |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
Returns a unique string identifying the form. |
| TestFormApiFormBlock::submitForm |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
Form submission handler. |
| TestFormApiFormBlock::validateForm |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
Form validation handler. |
| TestFormApiFormBlock::__construct |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php |
TestFormApiFormBlock constructor. |
| TestFormBlock |
class |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php |
Provides a block to test caching. |
| TestFormBlock.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php |
|
| TestFormBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php |
Builds and returns the renderable array for this block plugin. |
| TestHtmlBlock |
class |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestHtmlBlock.php |
Provides a block to test HTML. |
| TestHtmlBlock.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestHtmlBlock.php |
|
| TestHtmlBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestHtmlBlock.php |
Builds and returns the renderable array for this block plugin. |
| testing_themes_blocks.info.yml |
file |
core/profiles/tests/testing_themes_blocks/testing_themes_blocks.info.yml |
core/profiles/tests/testing_themes_blocks/testing_themes_blocks.info.yml |
| testing_theme_optional_blocks.info.yml |
file |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_optional_blocks/testing_theme_optional_blocks.info.yml |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_optional_blocks/testing_theme_optional_blocks.info.yml |
| testing_theme_required_blocks.info.yml |
file |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_required_blocks/testing_theme_required_blocks.info.yml |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_required_blocks/testing_theme_required_blocks.info.yml |
| testing_theme_without_blocks.info.yml |
file |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_without_blocks/testing_theme_without_blocks.info.yml |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_without_blocks/testing_theme_without_blocks.info.yml |
| TestInlineTemplateFormBlock |
class |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestInlineTemplateFormBlock.php |
Provides a block containing inline template with <form> tag. |
| TestInlineTemplateFormBlock.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestInlineTemplateFormBlock.php |
|
| TestInlineTemplateFormBlock::build |
function |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestInlineTemplateFormBlock.php |
Builds and returns the renderable array for this block plugin. |
| TestMultipleFormsBlock |
class |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php |
Provides a block with multiple forms. |
| TestMultipleFormsBlock.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php |
|
| TestMultipleFormsBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php |
Builds and returns the renderable array for this block plugin. |
| TestPageTitleMainContentAndMessagesBlock |
class |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php |
Provides a block which includes page title, main content & messages together. |
| TestPageTitleMainContentAndMessagesBlock.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php |
|
| TestPageTitleMainContentAndMessagesBlock::$isMainContentPlaced |
property |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php |
Whether setMainContent was called. |
| TestPageTitleMainContentAndMessagesBlock::$isPageTitlePlaced |
property |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php |
Whether setTitle was called. |
| TestPageTitleMainContentAndMessagesBlock::$mainContent |
property |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php |
The render array representing the main page content. |
| TestPageTitleMainContentAndMessagesBlock::$title |
property |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php |
The page title: a string (plain title) or a render array (formatted title). |
| TestPageTitleMainContentAndMessagesBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php |
Builds and returns the renderable array for this block plugin. |
| TestPageTitleMainContentAndMessagesBlock::setMainContent |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php |
Sets the main content render array. |
| TestPageTitleMainContentAndMessagesBlock::setTitle |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestPageTitleMainContentAndMessagesBlock.php |
Sets the title. |
| TestSettingsValidationBlock |
class |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php |
Provides a test settings validation block. |
| TestSettingsValidationBlock.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php |
|
| TestSettingsValidationBlock::blockForm |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php |
|
| TestSettingsValidationBlock::blockValidate |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php |
|
| TestSettingsValidationBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php |
Builds and returns the renderable array for this block plugin. |
| TestSiteApplicationTest::getTestLockFile |
function |
core/tests/Drupal/KernelTests/Scripts/TestSiteApplicationTest.php |
Gets the lock file path. |
| TestSiteReleaseLocksCommand |
class |
core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php |
Command to release all test site database prefix locks. |
| TestSiteReleaseLocksCommand.php |
file |
core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php |
|
| TestSiteReleaseLocksCommand::configure |
function |
core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php |
|
| TestSiteReleaseLocksCommand::execute |
function |
core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php |
|
| TestTestDatabase::getTestLock |
function |
core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php |
Generates a unique lock ID for the test method. |
| theme.negotiator.block.admin_demo |
service |
core/modules/block/block.services.yml |
Drupal\block\Theme\AdminDemoNegotiator |
| TitleBlockPluginInterface |
interface |
core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php |
The interface for "title" blocks. |
| TitleBlockPluginInterface.php |
file |
core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php |
|