| CommentThemeHooks::preprocessBlock |
function |
core/modules/comment/src/Hook/CommentThemeHooks.php |
Implements hook_preprocess_HOOK() for block templates. |
| CommonTestHooks::blockDrupalAlterFooAlter |
function |
core/modules/system/tests/modules/common_test/src/Hook/CommonTestHooks.php |
Implements hook_TYPE_alter(). |
| ComposerIntegrationTest::testComposerLockHash |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Tests composer.lock content-hash. |
| ConfigAccessTest::testBlockConfigAccess |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php |
Tests access to block forms with related configuration is correct. |
| ConfigActionsTest::testPlaceBlockActionDoesNotChangeExistingBlock |
function |
core/modules/block/tests/src/Kernel/ConfigActionsTest.php |
Verifies placeBlockInDefaultTheme action doesn't alter an existing block. |
| ConfigActionsTest::testPlaceBlockActionOnlyWorksOnBlocks |
function |
core/modules/block/tests/src/Kernel/ConfigActionsTest.php |
Tests place block action only works on blocks. |
| ConfigActionsTest::testPlaceBlockAtPosition |
function |
core/modules/block/tests/src/Kernel/ConfigActionsTest.php |
Tests placing a block at the first and last position in a region. |
| ConfigActionsTest::testPlaceBlockInDefaultRegion |
function |
core/modules/block/tests/src/Kernel/ConfigActionsTest.php |
Tests placing a block in the default theme's region. |
| ConfigActionsTest::testPlaceBlockInDynamicRegion |
function |
core/modules/block/tests/src/Kernel/ConfigActionsTest.php |
Tests place block in dynamic region. |
| ConfigActionsTest::testPlaceBlockInEmptyRegion |
function |
core/modules/block/tests/src/Kernel/ConfigActionsTest.php |
Tests using the PlaceBlock action in an empty region. |
| ConfigActionsTest::testPlaceBlockInStaticRegion |
function |
core/modules/block/tests/src/Kernel/ConfigActionsTest.php |
Tests place block in static region. |
| ConfigEntityImportTest::doBlockUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating a block during import. |
| ConfigExportTest::$blockNamePrefix |
property |
core/modules/config/tests/src/FunctionalJavascript/ConfigExportTest.php |
A prefix string used in naming the test blocks. |
| ConfigImporter::$lock |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The used lock backend instance. |
| ConfigImporter::LOCK_NAME |
constant |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The name used to identify the lock. |
| ConfigImporterMissingContentTest::testMissingBlockContent |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php |
Tests the missing content, config import and the block plugin manager. |
| ConfigImportUITest::testImportLock |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Tests concurrent importing of configuration. |
| 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. |
| ConfigurableLanguage::$locked |
property |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Locked languages cannot be edited. |
| ConfigurableLanguage::isLocked |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Returns whether this language is locked. |
| ConfigurableLanguageManager::updateLockedLanguageWeights |
function |
core/modules/language/src/ConfigurableLanguageManager.php |
Updates locked system language weights. |
| ConfigurableLanguageManagerInterface::updateLockedLanguageWeights |
function |
core/modules/language/src/ConfigurableLanguageManagerInterface.php |
Updates locked system language weights. |
| 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. |
| ConfigureBlockFormBase::getCurrentComponent |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Retrieves the current component being edited by the form. |
| ConfigureBlockFormBase::getCurrentSection |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Retrieves the current layout section being edited by the form. |
| ConfigureBlockFormBase::getPluginForm |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Retrieves the plugin form for a given block. |
| ConfigureBlockFormBase::getSectionStorage |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Retrieves the section storage object. |
| ConfigureBlockFormBase::submitForm |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Form submission handler. |