| BlockJsonAnonTest::$mimeType |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php |
|
| BlockJsonBasicAuthTest |
class |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
Tests Block Json Basic Auth. |
| BlockJsonBasicAuthTest.php |
file |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
|
| BlockJsonBasicAuthTest::$auth |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
|
| BlockJsonBasicAuthTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
|
| BlockJsonBasicAuthTest::$format |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
|
| BlockJsonBasicAuthTest::$mimeType |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
|
| BlockJsonBasicAuthTest::$modules |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
|
| BlockJsonCookieTest |
class |
core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php |
Tests Block Json Cookie. |
| BlockJsonCookieTest.php |
file |
core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php |
|
| BlockJsonCookieTest::$auth |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php |
|
| BlockJsonCookieTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php |
|
| BlockJsonCookieTest::$format |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php |
|
| BlockJsonCookieTest::$mimeType |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php |
|
| BlockLanguageCacheTest |
class |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
Tests display of menu blocks with multiple languages. |
| BlockLanguageCacheTest.php |
file |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
|
| BlockLanguageCacheTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
|
| BlockLanguageCacheTest::$langcodes |
property |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
List of langcodes. |
| BlockLanguageCacheTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
|
| BlockLanguageCacheTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
|
| BlockLanguageCacheTest::testBlockLinks |
function |
core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php |
Creates a block in a language, check blocks page in all languages. |
| BlockLanguageTest |
class |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
Tests per-language block configuration. |
| BlockLanguageTest.php |
file |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
|
| BlockLanguageTest::$adminUser |
property |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
An administrative user to configure the test environment. |
| BlockLanguageTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
|
| BlockLanguageTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
|
| BlockLanguageTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
|
| BlockLanguageTest::testLanguageBlockVisibility |
function |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
Tests the visibility settings for the blocks based on language. |
| BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete |
function |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
Tests if the visibility settings are removed if the language is deleted. |
| BlockLanguageTest::testMultipleLanguageTypes |
function |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
Tests block language visibility with different language types. |
| BlockLibraryController |
class |
core/modules/block/src/Controller/BlockLibraryController.php |
Provides a list of block plugins to be added to the layout. |
| BlockLibraryController.php |
file |
core/modules/block/src/Controller/BlockLibraryController.php |
|
| BlockLibraryController::$blockManager |
property |
core/modules/block/src/Controller/BlockLibraryController.php |
The block manager. |
| BlockLibraryController::$contextRepository |
property |
core/modules/block/src/Controller/BlockLibraryController.php |
The context repository. |
| BlockLibraryController::$localActionManager |
property |
core/modules/block/src/Controller/BlockLibraryController.php |
The local action manager. |
| BlockLibraryController::$routeMatch |
property |
core/modules/block/src/Controller/BlockLibraryController.php |
The route match. |
| BlockLibraryController::buildLocalActions |
function |
core/modules/block/src/Controller/BlockLibraryController.php |
Builds the local actions for this listing. |
| BlockLibraryController::listBlocks |
function |
core/modules/block/src/Controller/BlockLibraryController.php |
Shows a list of blocks that can be added to a theme's layout. |
| BlockLibraryController::__construct |
function |
core/modules/block/src/Controller/BlockLibraryController.php |
Constructs a BlockLibraryController object. |
| BlockListBuilder |
class |
core/modules/block/src/BlockListBuilder.php |
Defines a class to build a listing of block entities. |
| BlockListBuilder.php |
file |
core/modules/block/src/BlockListBuilder.php |
|
| BlockListBuilder::$formBuilder |
property |
core/modules/block/src/BlockListBuilder.php |
The form builder. |
| BlockListBuilder::$messenger |
property |
core/modules/block/src/BlockListBuilder.php |
The messenger. |
| BlockListBuilder::$request |
property |
core/modules/block/src/BlockListBuilder.php |
The current request. |
| BlockListBuilder::$theme |
property |
core/modules/block/src/BlockListBuilder.php |
The theme containing the blocks. |
| BlockListBuilder::$themeManager |
property |
core/modules/block/src/BlockListBuilder.php |
The theme manager. |
| BlockListBuilder::buildBlocksForm |
function |
core/modules/block/src/BlockListBuilder.php |
Builds the main "Blocks" portion of the form. |
| BlockListBuilder::buildForm |
function |
core/modules/block/src/BlockListBuilder.php |
|
| BlockListBuilder::createInstance |
function |
core/modules/block/src/BlockListBuilder.php |
|
| BlockListBuilder::getDefaultOperations |
function |
core/modules/block/src/BlockListBuilder.php |
|