Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| BlockPluginId::$blockContentStorage | property | core/ |
The block_content entity storage handler. |
| BlockRepository | class | core/ |
Provides a repository for Block config entities. |
| BlockRepository.php | file | core/ |
|
| BlockRepository::$blockStorage | property | core/ |
The block storage. |
| BlockRepository::$contextHandler | property | core/ |
The context handler. |
| BlockRepository::$themeManager | property | core/ |
The theme manager. |
| BlockRepository::getUniqueMachineName | function | core/ |
Based on a suggested string generates a unique machine name for a block. |
| BlockRepository::getVisibleBlocksPerRegion | function | core/ |
Returns an array of regions and their block entities. |
| BlockRepository::__construct | function | core/ |
Constructs a new BlockRepository. |
| BlockRepositoryInterface | interface | core/ |
Provides an interface for the block repository. |
| BlockRepositoryInterface.php | file | core/ |
|
| BlockRepositoryInterface::getUniqueMachineName | function | core/ |
Based on a suggested string generates a unique machine name for a block. |
| 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 | class | core/ |
Tests Drupal\block\BlockRepository. |
| BlockRepositoryTest.php | file | core/ |
|
| BlockRepositoryTest::$blockRepository | property | core/ |
The block repository. |
| BlockRepositoryTest::$blockStorage | property | core/ |
The block storage or a mock. |
| BlockRepositoryTest::$contextHandler | property | core/ |
The context handler of a mock. |
| BlockRepositoryTest::$theme | property | core/ |
The theme for the test. |
| BlockRepositoryTest::providerBlocksConfig | function | core/ |
Provides data to testGetVisibleBlocksPerRegion(). |
| BlockRepositoryTest::setUp | function | core/ |
|
| BlockRepositoryTest::testGetVisibleBlocksPerRegion | function | core/ |
Tests the retrieval of block entities. |
| BlockRepositoryTest::testGetVisibleBlocksPerRegionWithContext | function | core/ |
Tests the retrieval of block entities that are context-aware. |
| BlockStorageUnitTest | class | core/ |
Tests the storage of blocks. |
| BlockStorageUnitTest.php | file | core/ |
|
| BlockStorageUnitTest::$controller | property | core/ |
The block storage. |
| BlockStorageUnitTest::$modules | property | core/ |
Modules to install. |
| BlockStorageUnitTest::createTests | function | core/ |
Tests the creation of blocks. |
| BlockStorageUnitTest::deleteTests | function | core/ |
Tests the deleting of blocks. |
| BlockStorageUnitTest::loadTests | function | core/ |
Tests the loading of blocks. |
| BlockStorageUnitTest::setUp | function | core/ |
|
| BlockStorageUnitTest::testBlockCRUD | function | core/ |
Tests CRUD operations. |
| BlockStorageUnitTest::testDefaultBlocks | function | core/ |
Tests the installation of default blocks. |
| BlockTest::moveBlockToRegion | function | core/ |
Moves a block to a given region via the UI and confirms the result. |
| BlockTest::testBlockThemeSelector | function | core/ |
Tests that the block form has a theme selector when not passed via the URL. |
| BlockTest::testBlockToggleVisibility | function | core/ |
Tests that visibility can be properly toggled. |
| BlockUiTest::testBlockPlacementIndicator | function | core/ |
Tests the block placement indicator. |
| block_content_body_field_storage.yml | file | core/ |
core/modules/block_content/migrations/block_content_body_field_storage.yml |
| block_content_storage_body_field.info.yml | file | core/ |
core/modules/block_content/modules/block_content_storage_body_field/block_content_storage_body_field.info.yml |
| block_content_storage_body_field_test.info.yml | file | core/ |
core/modules/block_content/modules/block_content_storage_body_field/tests/modules/block_content_storage_body_field_test/block_content_storage_body_field_test.info.yml |
| block_post_update_set_menu_block_depth_to_null_if_zero | function | core/ |
Updates the `depth` setting to NULL if it is 0 in any menu blocks. |
| BooleanFieldTest::$fieldStorage | property | core/ |
A field to use in this test class. |
| BooleanFormatter::getOutputFormats | function | core/ |
Gets the available format options. |
| BooleanOperator | class | core/ |
Simple filter to handle matching of boolean values. |
| BooleanOperator.php | file | core/ |
|
| BooleanOperator::$accept_null | property | core/ |
Whether to accept NULL as a false value or not. |
| BooleanOperator::$alwaysMultiple | property | core/ |
Exposed filter options. |
| BooleanOperator::$valueOptions | property | core/ |
The value options. |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.