BlockConfigEntityUnitTest::$uuid |
property |
core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php |
The UUID generator used for testing. |
BlockConfigEntityUnitTest::setUp |
function |
core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php |
|
BlockConfigEntityUnitTest::testCalculateDependencies |
function |
core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php |
@covers ::calculateDependencies |
BlockContentAccessHandlerTest::$blockEntity |
property |
core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php |
The BlockContent entity used for testing. |
BlockContentBlock::$entityDisplayRepository |
property |
core/modules/block_content/src/Plugin/Block/BlockContentBlock.php |
The entity display repository. |
BlockContentBlock::$entityTypeManager |
property |
core/modules/block_content/src/Plugin/Block/BlockContentBlock.php |
The entity type manager service. |
BlockContentBlock::getEntity |
function |
core/modules/block_content/src/Plugin/Block/BlockContentBlock.php |
Loads the block content entity of the block. |
BlockContentCacheTagsTest::createEntity |
function |
core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php |
|
BlockContentCacheTagsTest::getAccessCacheContextsForEntity |
function |
core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php |
|
BlockContentCacheTagsTest::getAdditionalCacheTagsForEntity |
function |
core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php |
Each comment must have a comment body, which always has a text format. |
BlockContentEntityChangedConstraint |
class |
core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraint.php |
Validation constraint for the block content entity changed timestamp. |
BlockContentEntityChangedConstraint.php |
file |
core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraint.php |
|
BlockContentEntityChangedConstraintValidator |
class |
core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraintValidator.php |
Validates the BlockContentEntityChanged constraint. |
BlockContentEntityChangedConstraintValidator.php |
file |
core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraintValidator.php |
|
BlockContentEntityChangedConstraintValidator::validate |
function |
core/modules/block_content/src/Plugin/Validation/Constraint/BlockContentEntityChangedConstraintValidator.php |
|
BlockContentEntityReferenceSelectionTest |
class |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
Tests EntityReference selection handlers don't return non-reusable blocks. |
BlockContentEntityReferenceSelectionTest.php |
file |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
|
BlockContentEntityReferenceSelectionTest::$blockNonReusable |
property |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
Test non-reusable block. |
BlockContentEntityReferenceSelectionTest::$blockReusable |
property |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
Test reusable block. |
BlockContentEntityReferenceSelectionTest::$entityTypeManager |
property |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
The entity type manager. |
BlockContentEntityReferenceSelectionTest::$expectations |
property |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
Test block expectations. |
BlockContentEntityReferenceSelectionTest::$modules |
property |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
|
BlockContentEntityReferenceSelectionTest::$selectionHandler |
property |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
Test selection handler. |
BlockContentEntityReferenceSelectionTest::fieldConditionProvider |
function |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
Provides possible fields and condition types. |
BlockContentEntityReferenceSelectionTest::setUp |
function |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
|
BlockContentEntityReferenceSelectionTest::testFieldConditions |
function |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
Tests setting 'reusable' condition on different levels. |
BlockContentEntityReferenceSelectionTest::testNoConditions |
function |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
Tests with no conditions set. |
BlockContentEntityReferenceSelectionTest::testQueriesNotAltered |
function |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
Tests to make sure queries without the expected tags are not altered. |
BlockContentForm::$entity |
property |
core/modules/block_content/src/BlockContentForm.php |
The block content entity. |
BlockContentGetDependencyEvent::getBlockContentEntity |
function |
core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php |
Gets the block content entity. |
BlockContentHooks::entityOperation |
function |
core/modules/block_content/src/Hook/BlockContentHooks.php |
Implements hook_entity_operation(). |
BlockContentHooks::entityTypeAlter |
function |
core/modules/block_content/src/Hook/BlockContentHooks.php |
Implements hook_entity_type_alter(). |
BlockContentHooks::queryEntityReferenceAlter |
function |
core/modules/block_content/src/Hook/BlockContentHooks.php |
Implements hook_query_TAG_alter(). |
BlockContentListBuilder::getEntityIds |
function |
core/modules/block_content/src/BlockContentListBuilder.php |
|
BlockContentModerationHandler::enforceRevisionsEntityFormAlter |
function |
core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php |
|
BlockContentModerationHandler::isModeratedEntity |
function |
core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php |
|
BlockContentRemoveConstraint::$entityDefinitionUpdateManager |
property |
core/modules/block_content/tests/src/Functional/Update/BlockContentRemoveConstraint.php |
Entity definition update manager. |
BlockContentResourceTestBase::$entity |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php |
|
BlockContentResourceTestBase::$entityTypeId |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php |
|
BlockContentResourceTestBase::createEntity |
function |
core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php |
|
BlockContentResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php |
|
BlockContentResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability |
function |
core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php |
|
BlockContentResourceTestBase::getNormalizedPostEntity |
function |
core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php |
|
BlockContentTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/BlockContentTest.php |
|
BlockContentTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/BlockContentTest.php |
|
BlockContentTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/BlockContentTest.php |
|
BlockContentTranslationHandler::entityFormTitle |
function |
core/modules/block_content/src/BlockContentTranslationHandler.php |
|
BlockContentTranslationUITest::getNewEntityValues |
function |
core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php |
|
BlockContentTypeForm::copyFormValuesToEntity |
function |
core/modules/block_content/src/BlockContentTypeForm.php |
|
BlockContentTypeResourceTestBase::$entity |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeResourceTestBase.php |
|