ChainEntityResolverTest::testResolverWithLastResolved |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with a matching resolver last. |
ChainEntityResolverTest::testResolverWithNoneResolved |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with no matching resolvers. |
ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with no matching resolvers, using addResolver. |
ChainEntityResolverTest::testResolverWithResolvedToZero |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method where one resolver returns 0. |
ChangeUserRoleBase::$entityType |
property |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
The user role entity type. |
ChooseBlockController::$entityTypeManager |
property |
core/modules/layout_builder/src/Controller/ChooseBlockController.php |
The entity type manager. |
CKEditor5MediaController::$entityRepository |
property |
core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php |
The entity repository. |
CKEditor5MediaController::mediaEntityMetadata |
function |
core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php |
Returns JSON response containing metadata about media entity. |
CKEditor5UpdatePluginSettingsSortTest::testUpdatePluginSettingsSortEntitySave |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php |
Ensure settings for CKEditor 5 plugins are sorted by plugin key. |
ClaroEntityDisplayTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php |
Runs EntityDisplayTest in Claro. |
ClaroEntityDisplayTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php |
|
ClaroEntityDisplayTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php |
Modules to install. |
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. |
CommentBreadcrumbBuilder::$entityTypeManager |
property |
core/modules/comment/src/CommentBreadcrumbBuilder.php |
The entity type manager. |
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 |
Tests 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 |
Tests that comments 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. |
CommentDisplayConfigurableTestHooks::entityBaseFieldInfoAlter |
function |
core/modules/comment/tests/modules/comment_display_configurable_test/src/Hook/CommentDisplayConfigurableTestHooks.php |
Implements hook_entity_base_field_info_alter(). |
CommentDisplayConfigurableTestHooks::entityTypeBuild |
function |
core/modules/comment/tests/modules/comment_display_configurable_test/src/Hook/CommentDisplayConfigurableTestHooks.php |
Implements hook_entity_type_build(). |
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. |
CommentEntityReferenceTest |
class |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
Tests that comments behave correctly when added as entity references. |
CommentEntityReferenceTest.php |
file |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
|
CommentEntityReferenceTest::$comment |
property |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
A comment linked to a node. |
CommentEntityReferenceTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
The theme to install as the default for testing. |
CommentEntityReferenceTest::$node2 |
property |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
A second test node containing references to comments. |
CommentEntityReferenceTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
|
CommentEntityReferenceTest::testCommentAsEntityReference |
function |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
Tests that comments are correctly saved as entity references. |
CommentEntityReferenceTest::testCommentOfUnpublishedNodeBypassAccess |
function |
core/modules/comment/tests/src/Functional/CommentEntityReferenceTest.php |
Tests that comments of unpublished are not shown. |