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::$commentedEntity |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
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. |
CommentTestHooks::entityTypeAlter |
function |
core/modules/comment/tests/modules/comment_test/src/Hook/CommentTestHooks.php |
Implements hook_entity_type_alter(). |
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. |
CommentTypeForm::entityTypeSupportsComments |
function |
core/modules/comment/src/CommentTypeForm.php |
Wraps _comment_entity_uses_integer_id(). |
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 |
|
CommentTypeResourceTestBase::createEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
|
CommentTypeResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
|
CommentTypeResourceTestBase::getNormalizedPostEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
|
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. |
CommentViewBuilder::$entityTypeManager |
property |
core/modules/comment/src/CommentViewBuilder.php |
The entity type manager. |
comment_display_configurable_test_entity_base_field_info_alter |
function |
core/modules/comment/tests/modules/comment_display_configurable_test/comment_display_configurable_test.module |
Implements hook_entity_base_field_info_alter(). |
comment_display_configurable_test_entity_type_build |
function |
core/modules/comment/tests/modules/comment_display_configurable_test/comment_display_configurable_test.module |
Implements hook_entity_type_build(). |
comment_test_entity_type_alter |
function |
core/modules/comment/tests/modules/comment_test/comment_test.module |
Implements hook_entity_type_alter(). |
ComponentEntityDisplayBase |
class |
core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php |
Provides a destination plugin for migrating entity display components. |
ComponentEntityDisplayBase.php |
file |
core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php |
|
ComponentEntityDisplayBase::$entityDisplayRepository |
property |
core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php |
The entity display repository. |
ComponentEntityDisplayBase::create |
function |
core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php |
Creates an instance of the plugin. |
ComponentEntityDisplayBase::fields |
function |
core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php |
Returns an array of destination fields. |
ComponentEntityDisplayBase::getEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php |
Gets the entity. |
ComponentEntityDisplayBase::getIds |
function |
core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php |
Gets the destination IDs. |
ComponentEntityDisplayBase::import |
function |
core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php |
Import the row. |
ComponentEntityDisplayBase::MODE_NAME |
constant |
core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php |
|
ComponentEntityDisplayBase::__construct |
function |
core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php |
PerComponentEntityDisplay constructor. |
ConfigActionManager::getShorthandActionIdsForEntityType |
function |
core/lib/Drupal/Core/Config/Action/ConfigActionManager.php |
Gets a map of shorthand action IDs to plugin IDs for an entity type. |
ConfigActionsTest::testEntityMethodActions |
function |
core/modules/block/tests/src/Kernel/ConfigActionsTest.php |
|