CommentInterface::getCommentedEntityId |
function |
core/modules/comment/src/CommentInterface.php |
Returns the ID of the entity to which the comment is attached. |
CommentInterface::getCommentedEntityTypeId |
function |
core/modules/comment/src/CommentInterface.php |
Returns the type of the entity to which the comment is attached. |
CommentLazyBuilders::$entityFormBuilder |
property |
core/modules/comment/src/CommentLazyBuilders.php |
The entity form builder service. |
CommentLazyBuilders::$entityTypeManager |
property |
core/modules/comment/src/CommentLazyBuilders.php |
The entity type manager service. |
CommentLegacyTest::$entity |
property |
core/modules/comment/tests/src/Kernel/CommentLegacyTest.php |
The entity to which the comments are attached to. |
CommentLinkBuilder::$entityTypeManager |
property |
core/modules/comment/src/CommentLinkBuilder.php |
The entity type manager service. |
CommentLinkBuilder::buildCommentedEntityLinks |
function |
core/modules/comment/src/CommentLinkBuilder.php |
Builds links for the given entity. |
CommentLinkBuilderInterface::buildCommentedEntityLinks |
function |
core/modules/comment/src/CommentLinkBuilderInterface.php |
Builds links for the given entity. |
CommentLinkBuilderTest::$entityTypeManager |
property |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
The entity type manager. |
CommentManager::$entityDisplayRepository |
property |
core/modules/comment/src/CommentManager.php |
The entity display repository. |
CommentManager::$entityFieldManager |
property |
core/modules/comment/src/CommentManager.php |
The entity field manager. |
CommentManager::$entityTypeManager |
property |
core/modules/comment/src/CommentManager.php |
The entity type manager. |
CommentNonNodeTest::$entity |
property |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
The entity to use within tests. |
CommentPermalinkFormatter::getEntityUrl |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php |
Gets the URI elements of the entity. |
CommentResourceTestBase::$entity |
property |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
CommentResourceTestBase::$entityTypeId |
property |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
The tested entity type. |
CommentResourceTestBase::createEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Creates the entity to be tested. |
CommentResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Returns the expected normalization of the entity. |
CommentResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
The cacheability of unauthorized 'view' entity access. |
CommentResourceTestBase::getNormalizedPatchEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Returns the normalized PATCH entity. |
CommentResourceTestBase::getNormalizedPostEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Returns the normalized POST entity. |
CommentSelection::buildEntityQuery |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
Builds an EntityQuery to get referenceable entities. |
CommentSelection::createNewEntity |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
Creates a new entity object that can be used as a valid reference. |
CommentSelection::entityQueryAlter |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
Allows the selection to alter the SelectQuery generated by EntityFieldQuery. |
CommentStatistics::$entityTypeManager |
property |
core/modules/comment/src/CommentStatistics.php |
The entity type manager. |
CommentStorageSchema::getEntitySchema |
function |
core/modules/comment/src/CommentStorageSchema.php |
Gets the entity schema for the specified entity type. |
CommentTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
CommentTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
The tested entity type. |
CommentTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
Creates the entity to be tested. |
CommentTest::entityAccess |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
Checks access for the given operation on the given entity. |
CommentTranslationHandler::entityFormAlter |
function |
core/modules/comment/src/CommentTranslationHandler.php |
Performs the needed alterations to the entity form. |
CommentTranslationHandler::entityFormEntityBuild |
function |
core/modules/comment/src/CommentTranslationHandler.php |
Entity builder method. |
CommentTranslationHandler::entityFormTitle |
function |
core/modules/comment/src/CommentTranslationHandler.php |
Returns the title to be used for the entity form page. |
CommentTranslationUITest::createEntity |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Creates the entity to be translated. |
CommentTranslationUITest::getNewEntityValues |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Returns an array of entity field values to be tested. |
CommentType::$target_entity_type_id |
property |
core/modules/comment/src/Entity/CommentType.php |
The target entity type. |
CommentType::getTargetEntityTypeId |
function |
core/modules/comment/src/Entity/CommentType.php |
Gets the target entity type id for this comment type. |
CommentTypeDeleteForm::$entity |
property |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
The entity being used by this form. |
CommentTypeForm::$entityTypeManager |
property |
core/modules/comment/src/CommentTypeForm.php |
Entity type manager service. |
CommentTypeInterface::getTargetEntityTypeId |
function |
core/modules/comment/src/CommentTypeInterface.php |
Gets the target entity type id for this comment type. |
CommentTypeResourceTestBase::$entity |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
The CommentType entity. |
CommentTypeResourceTestBase::$entityTypeId |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
The tested entity type. |
CommentTypeResourceTestBase::createEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
Creates the entity to be tested. |
CommentTypeResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
Returns the expected normalization of the entity. |
CommentTypeResourceTestBase::getNormalizedPostEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
Returns the normalized POST entity. |
CommentTypeTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
|
CommentTypeTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
The tested entity type. |
CommentTypeTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
Creates the entity to be tested. |
CommentUpdateTest::testCommentEntityTypeAndFieldNameRequired |
function |
core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php |
Tests whether the 'entity_type' and 'field_name' columns are required. |
CommentUpdateTest::testCommentEntityTypeAndFieldUpdateRequirementsCheck |
function |
core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php |
Test the update hook requirements check for 8701. |