Search for on
Title | Object type | File name | Summary |
---|---|---|---|
BlockPluginTrait::validateConfigurationForm | function | core/ |
Most block plugins should not override this method. To add validation for a specific block type, override BlockBase::blockValidate(). |
BlockPluginTrait::__construct | function | core/ |
|
BlockRebuildTest::$configSchemaCheckerExclusions | property | core/ |
An array of config object names that are excluded from schema checking. |
BlockRegion | class | core/ |
Determines the region for a block. |
BlockRegion.php | file | core/ |
|
BlockRegion::$regions | property | core/ |
List of regions, keyed by theme. |
BlockRegion::create | function | core/ |
Creates an instance of the plugin. |
BlockRegion::transform | function | core/ |
Performs the associated process. |
BlockRegion::__construct | function | core/ |
Constructs a BlockRegion plugin instance. |
BlockRegionTest | class | core/ |
@coversDefaultClass \Drupal\block\Plugin\migrate\process\BlockRegion[[api-linebreak]] @group block |
BlockRegionTest.php | file | core/ |
|
BlockRegionTest::testTransformSameThemeRegionExists | function | core/ |
Tests transforming a block with the same theme and an existing region. |
BlockRegionTest::testTransformSameThemeRegionNotExists | function | core/ |
Tests transforming a block with the same theme and a non-existent region. |
BlockRegionTest::transform | function | core/ |
Transforms a value through the block_region plugin. |
BlockRenderAlterContent | class | core/ |
Implements a trusted preRender callback. |
BlockRenderAlterContent.php | file | core/ |
|
BlockRenderAlterContent::preRender | function | core/ |
Render API callback: Alters the content of a block. |
BlockRepository::$contextHandler | property | core/ |
The context handler. |
BlockRepository::getVisibleBlocksPerRegion | function | core/ |
Returns an array of regions and their block entities. |
BlockRepository::__construct | function | core/ |
Constructs a new BlockRepository. |
BlockRepositoryInterface::getVisibleBlocksPerRegion | function | core/ |
Returns an array of regions and their block entities. |
BlockRepositoryInterface::REGIONS_ALL | constant | core/ |
Return all regions. |
BlockRepositoryInterface::REGIONS_VISIBLE | constant | core/ |
Return only visible regions. |
BlockRepositoryTest::$contextHandler | property | core/ |
The context handler of a mock. |
BlockRepositoryTest::providerBlocksConfig | function | core/ |
Provides data to testGetVisibleBlocksPerRegion(). |
BlockRepositoryTest::testGetVisibleBlocksPerRegion | function | core/ |
Tests the retrieval of block entities. |
BlockRepositoryTest::testGetVisibleBlocksPerRegionWithContext | function | core/ |
Tests the retrieval of block entities that are context-aware. |
BlockResourceTestBase::getExpectedCacheContexts | function | core/ |
The expected cache contexts for the GET/HEAD response of the test entity. |
BlockResourceTestBase::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
BlockSettings::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
BlockStorageUnitTest::$controller | property | core/ |
The block storage. |
BlockTemplateSuggestionsTest | class | core/ |
Tests the block theme suggestions. |
BlockTemplateSuggestionsTest | class | core/ |
Tests the block_content_theme_suggestions_block() function. |
BlockTemplateSuggestionsTest.php | file | core/ |
|
BlockTemplateSuggestionsTest.php | file | core/ |
|
BlockTemplateSuggestionsTest::$blockContent | property | core/ |
The BlockContent entity used for testing. |
BlockTemplateSuggestionsTest::$modules | property | core/ |
Modules to install. |
BlockTemplateSuggestionsTest::$modules | property | core/ |
Modules to install. |
BlockTemplateSuggestionsTest::setUp | function | core/ |
|
BlockTemplateSuggestionsTest::testBlockThemeHookSuggestions | function | core/ |
Tests template suggestions from block_content_theme_suggestions_block(). |
BlockTemplateSuggestionsTest::testBlockThemeHookSuggestions | function | core/ |
Tests template suggestions from the block module. |
BlockTest::getExpectedCacheContexts | function | core/ |
The expected cache contexts for the GET/HEAD response of the test entity. |
BlockTest::getExpectedCollectionCacheability | function | core/ |
Computes the cacheability for a given entity collection. |
BlockTest::moveBlockToRegion | function | core/ |
Moves a block to a given region via the UI and confirms the result. |
BlockTest::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
BlockTestBase::$regions | property | core/ |
A list of theme regions to test. |
BlockTheme::$themeConfig | property | core/ |
Contains the system.theme configuration object. |
BlockTheme::__construct | function | core/ |
Constructs a BlockTheme object. |
BlockThemeHooks::themeSuggestionsBlock | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
BlockTranslation | class | core/ |
Drupal 6 i18n block data from database. |
Pagination
- Previous page
- Page 50
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.