ChooseBlockController::inlineBlockList |
function |
core/modules/layout_builder/src/Controller/ChooseBlockController.php |
Provides the UI for choosing a new inline block. |
ChooseBlockController::__construct |
function |
core/modules/layout_builder/src/Controller/ChooseBlockController.php |
ChooseBlockController constructor. |
ClaroBlockFilterTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php |
Runs BlockFilterTest in Claro. |
ClaroBlockFilterTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php |
|
ClaroBlockFilterTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php |
Modules to enable. |
ClaroBlockFilterTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php |
|
ClaroMenuUiJavascriptTest::testBlockContextualLinks |
function |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroMenuUiJavascriptTest.php |
Intentionally empty method. |
claro_preprocess_admin_block |
function |
core/themes/claro/claro.theme |
Implements template_preprocess_HOOK() for admin_block. |
claro_preprocess_admin_block_content |
function |
core/themes/claro/claro.theme |
Implements template_preprocess_HOOK() for admin_block. |
claro_preprocess_block |
function |
core/themes/claro/claro.theme |
Implements hook_preprocess_block() for block content. |
claro_preprocess_block_content_add_list |
function |
core/themes/claro/claro.theme |
Implements template_preprocess_HOOK() for block_content_add_list. |
ColorLegacyTest::testColorSystemBrandingBlockAlterPreRender |
function |
core/modules/color/tests/src/Kernel/ColorLegacyTest.php |
Tests color_block_view_pre_render() deprecation. |
ColorSystemBrandingBlockAlter |
class |
core/modules/color/src/ColorSystemBrandingBlockAlter.php |
Provides a trusted callback to alter the system branding block. |
ColorSystemBrandingBlockAlter.php |
file |
core/modules/color/src/ColorSystemBrandingBlockAlter.php |
|
ColorSystemBrandingBlockAlter::preRender |
function |
core/modules/color/src/ColorSystemBrandingBlockAlter.php |
#pre_render callback: Sets color preset logo. |
color_block_view_pre_render |
function |
core/modules/color/color.module |
#pre_render callback: Sets color preset logo. |
color_block_view_system_branding_block_alter |
function |
core/modules/color/color.module |
Implements hook_block_view_BASE_BLOCK_ID_alter(). |
CommentBlockTest |
class |
core/modules/comment/tests/src/Functional/CommentBlockTest.php |
Tests comment block functionality. |
CommentBlockTest.php |
file |
core/modules/comment/tests/src/Functional/CommentBlockTest.php |
|
CommentBlockTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentBlockTest.php |
The theme to install as the default for testing. |
CommentBlockTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentBlockTest.php |
Modules to install. |
CommentBlockTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentBlockTest.php |
|
CommentBlockTest::testRecentCommentBlock |
function |
core/modules/comment/tests/src/Functional/CommentBlockTest.php |
Tests the recent comments block. |
comment_preprocess_block |
function |
core/modules/comment/comment.module |
Implements hook_preprocess_HOOK() for block templates. |
ConfigAccessTest::testBlockConfigAccess |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php |
Tests access to block forms with related configuration is correct. |
ConfigEntityImportTest::doBlockUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating a block during import. |
ConfigTranslationBlockListBuilder |
class |
core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php |
Defines the config translation list builder for blocks. |
ConfigTranslationBlockListBuilder.php |
file |
core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php |
|
ConfigTranslationBlockListBuilder::$themes |
property |
core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php |
An array of theme info keyed by theme name. |
ConfigTranslationBlockListBuilder::buildHeader |
function |
core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php |
Builds the header row for the entity listing. |
ConfigTranslationBlockListBuilder::buildRow |
function |
core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php |
Builds a row for an entity in the entity listing. |
ConfigTranslationBlockListBuilder::createInstance |
function |
core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php |
Instantiates a new instance of this entity handler. |
ConfigTranslationBlockListBuilder::getFilterLabels |
function |
core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php |
Provides user facing strings for the filter element. |
ConfigTranslationBlockListBuilder::sortRows |
function |
core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php |
Sorts an array by value. |
ConfigTranslationBlockListBuilder::__construct |
function |
core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php |
Constructs a new EntityListBuilder object. |
ConfigTranslationListUiTest::doBlockListTest |
function |
core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php |
Tests the block listing for the translate operation. |
ConfigureBlockFormBase |
class |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Provides a base form for configuring a block. |
ConfigureBlockFormBase.php |
file |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
|
ConfigureBlockFormBase::$block |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The plugin being configured. |
ConfigureBlockFormBase::$blockManager |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The block manager. |
ConfigureBlockFormBase::$delta |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The field delta. |
ConfigureBlockFormBase::$layoutTempstoreRepository |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The layout tempstore repository. |
ConfigureBlockFormBase::$pluginFormFactory |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The plugin form manager. |
ConfigureBlockFormBase::$region |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The current region. |
ConfigureBlockFormBase::$sectionStorage |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The section storage. |
ConfigureBlockFormBase::$uuid |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The UUID of the component. |
ConfigureBlockFormBase::$uuidGenerator |
property |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
The UUID generator. |
ConfigureBlockFormBase::create |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Instantiates a new instance of this class. |
ConfigureBlockFormBase::doBuildForm |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Builds the form for the block. |
ConfigureBlockFormBase::getBaseFormId |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Returns a string identifying the base form. |