BlockConfigEntityUnitTest::$entityTypeId |
property |
core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php |
The ID of the type of the entity under test. |
BlockConfigEntityUnitTest::$entityTypeManager |
property |
core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php |
The entity type manager used for testing. |
BlockConfigEntityUnitTest::$moduleHandler |
property |
core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php |
The module handler. |
BlockConfigEntityUnitTest::$themeHandler |
property |
core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php |
The theme handler. |
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 |
Creates the entity to be tested. |
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 |
Modules to install. |
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. |
BlockContentListBuilder::getEntityIds |
function |
core/modules/block_content/src/BlockContentListBuilder.php |
Loads entity IDs using a pager sorted by the entity id. |
BlockContentModerationHandler::enforceRevisionsEntityFormAlter |
function |
core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php |
Alters entity forms to enforce revision handling. |
BlockContentModerationHandler::isModeratedEntity |
function |
core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php |
Determines if an entity should be moderated. |
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 |
The tested entity type. |
BlockContentResourceTestBase::createEntity |
function |
core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php |
Creates the entity to be tested. |
BlockContentResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php |
Returns the expected normalization of the entity. |
BlockContentResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability |
function |
core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php |
The cacheability of unauthorized 'view' entity access. |
BlockContentResourceTestBase::getNormalizedPostEntity |
function |
core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php |
Returns the normalized POST entity. |
BlockContentTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/BlockContentTest.php |
|
BlockContentTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/BlockContentTest.php |
The tested entity type. |
BlockContentTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/BlockContentTest.php |
Creates the entity to be tested. |
BlockContentTranslationHandler::entityFormTitle |
function |
core/modules/block_content/src/BlockContentTranslationHandler.php |
Returns the title to be used for the entity form page. |
BlockContentTranslationUITest::getNewEntityValues |
function |
core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php |
Returns an array of entity field values to be tested. |
BlockContentTypeForm::copyFormValuesToEntity |
function |
core/modules/block_content/src/BlockContentTypeForm.php |
Copies top-level form values to entity properties. |