BlockContentPageViewTest.php |
file |
core/modules/block_content/tests/src/Functional/BlockContentPageViewTest.php |
|
BlockContentPageViewTest::$defaultTheme |
property |
core/modules/block_content/tests/src/Functional/BlockContentPageViewTest.php |
The theme to install as the default for testing. |
BlockContentPageViewTest::$modules |
property |
core/modules/block_content/tests/src/Functional/BlockContentPageViewTest.php |
Modules to enable. |
BlockContentPageViewTest::testPageEdit |
function |
core/modules/block_content/tests/src/Functional/BlockContentPageViewTest.php |
Checks block edit and fallback functionality. |
BlockContentRedirectTest::$testViews |
property |
core/modules/block_content/tests/src/Functional/Views/BlockContentRedirectTest.php |
Views used by this test. |
BlockContentViewBuilder |
class |
core/modules/block_content/src/BlockContentViewBuilder.php |
View builder handler for custom blocks. |
BlockContentViewBuilder.php |
file |
core/modules/block_content/src/BlockContentViewBuilder.php |
|
BlockContentViewBuilder::getBuildDefaults |
function |
core/modules/block_content/src/BlockContentViewBuilder.php |
Provides entity-specific defaults to the build process. |
BlockContentViewBuilder::view |
function |
core/modules/block_content/src/BlockContentViewBuilder.php |
Builds the render array for the provided entity. |
BlockContentViewBuilder::viewMultiple |
function |
core/modules/block_content/src/BlockContentViewBuilder.php |
Builds the render array for the provided entities. |
BlockContentViewsData |
class |
core/modules/block_content/src/BlockContentViewsData.php |
Provides the views data for the block_content entity type. |
BlockContentViewsData.php |
file |
core/modules/block_content/src/BlockContentViewsData.php |
|
BlockContentViewsData::getViewsData |
function |
core/modules/block_content/src/BlockContentViewsData.php |
Returns views data for the entity type. |
BlockContentWizardTest::testViewAddBlockContent |
function |
core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php |
Tests creating a 'block_content' entity view. |
BlockDependenciesTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php |
Views used by this test. |
BlockDependenciesTest::testViewsBlock |
function |
core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php |
Tests that exposed filter blocks have the correct dependencies. |
BlockExposedFilterAJAXTest::$testViews |
property |
core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php |
|
BlockPageVariant::$blockViewBuilder |
property |
core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php |
The block view builder. |
BlockPageVariantTest::$blockViewBuilder |
property |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
The block view builder. |
BlockPluginTrait::$inPreview |
property |
core/lib/Drupal/Core/Block/BlockPluginTrait.php |
Whether the plugin is being rendered in preview mode. |
BlockPluginTrait::getPreviewFallbackString |
function |
core/lib/Drupal/Core/Block/BlockPluginTrait.php |
|
BlockPluginTrait::setInPreview |
function |
core/lib/Drupal/Core/Block/BlockPluginTrait.php |
|
BlockViewBuilder |
class |
core/modules/block/src/BlockViewBuilder.php |
Provides a Block view builder. |
BlockViewBuilder.php |
file |
core/modules/block/src/BlockViewBuilder.php |
|
BlockViewBuilder::buildComponents |
function |
core/modules/block/src/BlockViewBuilder.php |
Builds the component fields and properties of a set of entities. |
BlockViewBuilder::buildPreRenderableBlock |
function |
core/modules/block/src/BlockViewBuilder.php |
Builds a #pre_render-able block render array. |
BlockViewBuilder::lazyBuilder |
function |
core/modules/block/src/BlockViewBuilder.php |
#lazy_builder callback; builds a #pre_render-able block. |
BlockViewBuilder::preRender |
function |
core/modules/block/src/BlockViewBuilder.php |
#pre_render callback for building a block. |
BlockViewBuilder::trustedCallbacks |
function |
core/modules/block/src/BlockViewBuilder.php |
Lists the trusted callbacks provided by the implementing class. |
BlockViewBuilder::view |
function |
core/modules/block/src/BlockViewBuilder.php |
Builds the render array for the provided entity. |
BlockViewBuilder::viewMultiple |
function |
core/modules/block/src/BlockViewBuilder.php |
Builds the render array for the provided entities. |
BlockViewBuilderTest |
class |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Tests the block view builder. |
BlockViewBuilderTest.php |
file |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
|
BlockViewBuilderTest::$block |
property |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
The block being tested. |
BlockViewBuilderTest::$controller |
property |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
The block storage. |
BlockViewBuilderTest::$modules |
property |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Modules to install. |
BlockViewBuilderTest::$renderer |
property |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
The renderer. |
BlockViewBuilderTest::assertBlockRenderedWithExpectedCacheability |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Asserts that a block is built/rendered/cached with expected cacheability. |
BlockViewBuilderTest::getBlockRenderArray |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Get a fully built render array for a block. |
BlockViewBuilderTest::setUp |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
|
BlockViewBuilderTest::testBasicRendering |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Tests the rendering of blocks. |
BlockViewBuilderTest::testBlockViewBuilderBuildAlter |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Tests block build altering. |
BlockViewBuilderTest::testBlockViewBuilderCache |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Tests block render cache handling. |
BlockViewBuilderTest::testBlockViewBuilderViewAlter |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Tests block view altering. |
BlockViewBuilderTest::verifyRenderCacheHandling |
function |
core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php |
Verifies render cache handling of the block being tested. |
BlockXssTest::doViewTest |
function |
core/modules/block/tests/src/Functional/BlockXssTest.php |
Tests XSS coming from View block labels. |
block_content_test_block_content_view |
function |
core/modules/block_content/tests/modules/block_content_test/block_content_test.module |
Implements hook_block_content_view(). |
block_content_test_views.info.yml |
file |
core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml |
core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml |
block_test_block_view_test_cache_alter |
function |
core/modules/block/tests/modules/block_test/block_test.module |
Implements hook_block_view_BASE_BLOCK_ID_alter(). |
block_test_views.info.yml |
file |
core/modules/block/tests/modules/block_test_views/block_test_views.info.yml |
core/modules/block/tests/modules/block_test_views/block_test_views.info.yml |