CommentEntityTest |
class |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
Tests comments with other entities. |
CommentEntityTest.php |
file |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
|
CommentEntityTest::$commentType |
property |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
|
CommentEntityTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
The theme to install as the default for testing. |
CommentEntityTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
Modules to install. |
CommentEntityTest::$vocab |
property |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
|
CommentEntityTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
|
CommentEntityTest::testEntityChanges |
function |
core/modules/comment/tests/src/Functional/CommentEntityTest.php |
Tests CSS classes on comments. |
CommentEntityTranslation |
class |
core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php |
Drupal 7 comment entity translation source plugin. |
CommentEntityTranslation.php |
file |
core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php |
|
CommentEntityTranslation::checkRequirements |
function |
core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php |
Checks if requirements for this plugin are OK. |
CommentEntityTranslation::fields |
function |
core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php |
Returns available fields on the source. |
CommentEntityTranslation::getIds |
function |
core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php |
Defines the source fields uniquely identifying a source row. |
CommentEntityTranslation::prepareRow |
function |
core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php |
Adds additional data to the row. |
CommentEntityTranslation::query |
function |
core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php |
|
CommentEntityTranslationCheckRequirementsTest |
class |
core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php |
Tests check requirements for comment entity translation source plugin. |
CommentEntityTranslationCheckRequirementsTest.php |
file |
core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php |
|
CommentEntityTranslationCheckRequirementsTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php |
|
CommentEntityTranslationCheckRequirementsTest::providerTestCheckRequirements |
function |
core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php |
Provides data for testCheckRequirements. |
CommentEntityTranslationCheckRequirementsTest::testCheckRequirements |
function |
core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php |
Tests exception thrown when the given module is not enabled in the source. |
CommentEntityTranslationTest |
class |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php |
Tests D7 comment entity translation source plugin. |
CommentEntityTranslationTest.php |
file |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php |
|
CommentEntityTranslationTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php |
Modules to install. |
CommentEntityTranslationTest::providerSource |
function |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php |
|
CommentForm::$entityFieldManager |
property |
core/modules/comment/src/CommentForm.php |
The entity field manager. |
CommentForm::buildEntity |
function |
core/modules/comment/src/CommentForm.php |
Builds an updated entity object based upon the submitted form values. |
CommentHooks::entityExtraFieldInfo |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_entity_extra_field_info(). |
CommentHooks::entityInsert |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_entity_insert(). |
CommentHooks::entityPredelete |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_entity_predelete(). |
CommentHooks::entityStorageLoad |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_entity_storage_load(). |
CommentHooks::entityView |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_entity_view(). |
CommentHooks::entityViewDisplayPresave |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_ENTITY_TYPE_presave() for entity_view_display entities. |
CommentHooks::fieldInfoEntityTypeUiDefinitionsAlter |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_field_info_entity_type_ui_definitions_alter(). |
CommentInterface::getCommentedEntity |
function |
core/modules/comment/src/CommentInterface.php |
Returns the entity to which the comment is attached. |
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. |
CommentLinkBuilder::$entityTypeManager |
property |
core/modules/comment/src/CommentLinkBuilder.php |
The entity type manager service. |
CommentLinkBuilder::buildCommentedEntityLinks |
function |
core/modules/comment/src/CommentLinkBuilder.php |
|
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. |