ClaroEntityDisplayTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php |
|
ClaroEntityDisplayTest::testEntityForm |
function |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php |
Copied from parent. |
ClaroEntityDisplayTest::testEntityView |
function |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php |
Copied from parent. |
ClaroEntityDisplayTest::testExtraFields |
function |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php |
Copied from parent. |
claro_preprocess_entity_add_list |
function |
core/themes/claro/claro.theme |
Implements template_preprocess_HOOK() for entity_add_list. |
Comment::getCommentedEntity |
function |
core/modules/comment/src/Entity/Comment.php |
Returns the entity to which the comment is attached. |
Comment::getCommentedEntityId |
function |
core/modules/comment/src/Entity/Comment.php |
Returns the ID of the entity to which the comment is attached. |
Comment::getCommentedEntityTypeId |
function |
core/modules/comment/src/Entity/Comment.php |
Returns the type of the entity to which the comment is attached. |
CommentAdminOverview::$entityTypeManager |
property |
core/modules/comment/src/Form/CommentAdminOverview.php |
The entity type manager. |
CommentAdminTest::testCommentedEntityLabel |
function |
core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php |
Tests commented entity label of admin view. |
CommentBundlesTest::$entityFieldManager |
property |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
|
CommentBundlesTest::$targetEntityTypes |
property |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
Entity type ids to use for target_entity_type_id on comment bundles. |
CommentBundlesTest::testEntityIdField |
function |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
Test that the entity_id field is set correctly for each comment bundle. |
CommentCacheTagsTest::$entityTestCamelid |
property |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
|
CommentCacheTagsTest::$entityTestHippopotamidae |
property |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
|
CommentCacheTagsTest::createEntity |
function |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
Creates the entity to be tested. |
CommentCacheTagsTest::getAdditionalCacheContextsForEntity |
function |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
Returns the additional (non-standard) cache contexts for the tested entity. |
CommentCacheTagsTest::getAdditionalCacheTagsForEntity |
function |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
Each comment must have a comment body, which always has a text format. |
CommentCacheTagsTest::testCommentEntity |
function |
core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php |
Test that comments correctly invalidate the cache tag of their host entity. |
CommentController::$entityFieldManager |
property |
core/modules/comment/src/Controller/CommentController.php |
The entity field manager. |
CommentController::$entityRepository |
property |
core/modules/comment/src/Controller/CommentController.php |
The entity repository. |
CommentDefaultFormatter::$entityDisplayRepository |
property |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
The entity display repository. |
CommentDefaultFormatter::$entityFormBuilder |
property |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
The entity form builder. |
CommentedEntity |
class |
core/modules/comment/src/Plugin/views/field/CommentedEntity.php |
Views field display for commented entity. |
CommentedEntity.php |
file |
core/modules/comment/src/Plugin/views/field/CommentedEntity.php |
|
CommentedEntity::$loadedCommentedEntities |
property |
core/modules/comment/src/Plugin/views/field/CommentedEntity.php |
Array of entities that has comments. |
CommentedEntity::getItems |
function |
core/modules/comment/src/Plugin/views/field/CommentedEntity.php |
Gets an array of items for the field. |
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 |
Provides Drupal 7 comment entity translation source plugin. |
CommentEntityTranslation.php |
file |
core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php |
|
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 |
|
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 enable. |
CommentEntityTranslationTest::providerSource |
function |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php |
The data provider. |
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. |
CommentHalJsonTestBase::getExpectedNormalizedEntity |
function |
core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php |
Returns the expected normalization of the entity. |
CommentHalJsonTestBase::getNormalizedPostEntity |
function |
core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php |
Returns the normalized POST entity. |
CommentInterface::getCommentedEntity |
function |
core/modules/comment/src/CommentInterface.php |
Returns the entity to which the comment is attached. |