| 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. |
| CommentViewBuilder::$entityTypeManager |
property |
core/modules/comment/src/CommentViewBuilder.php |
The entity type manager. |
| 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 |
Instantiates a new instance of the implementing class using autowiring. |
| 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 |
Tests the application of entity method actions on a block. |
| ConfigActionTest::testEntityCreate |
function |
core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php |
Tests the behavior of the entity_create config action. |
| ConfigActionTest::testEntityMethod |
function |
core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php |
Tests the behavior of the entity_method config action. |
| ConfigActionTest::testEntityMethodException |
function |
core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php |
Tests exception thrown when entity method action has an invalid argument. |
| ConfigActionTest::testPluralizedEntityMethod |
function |
core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php |
Tests pluralized method config actions on configuration entities. |
| ConfigActionTest::testPluralizedEntityMethodException |
function |
core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php |
Tests exception thrown when applying an action to multiple calls. |
| ConfigDependencyManager::createGraphConfigEntityDependencies |
function |
core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php |
Creates a graph of config entity dependencies. |
| ConfigDependencyTest::providerConfigEntityUninstallComplex |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php |
Data provider for self::testConfigEntityUninstallComplex(). |
| ConfigDependencyTest::testConfigEntityDelete |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php |
Tests deleting a configuration entity and dependency management. |
| ConfigDependencyTest::testConfigEntityUninstall |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php |
Tests ConfigManager::uninstall() and config entity dependency management. |
| ConfigDependencyTest::testConfigEntityUninstallComplex |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php |
Tests complex configuration entity dependency handling during uninstall. |
| ConfigDependencyTest::testConfigEntityUninstallThirdParty |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php |
Tests config entity uninstall third party. |
| ConfigDependencyTest::testContentEntityDelete |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php |
Tests getConfigEntitiesToChangeOnDependencyRemoval() with content entities. |
| ConfigDependencyTest::testNonEntity |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php |
Tests that calculating dependencies for system module. |
| ConfigEntity |
class |
core/modules/migrate/src/Plugin/migrate/source/ConfigEntity.php |
Drupal configuration source from database. |
| ConfigEntity.php |
file |
core/modules/migrate/src/Plugin/migrate/source/ConfigEntity.php |
|
| ConfigEntity::fields |
function |
core/modules/migrate/src/Plugin/migrate/source/ConfigEntity.php |
Returns available fields on the source. |
| ConfigEntity::getIds |
function |
core/modules/migrate/src/Plugin/migrate/source/ConfigEntity.php |
Defines the source fields uniquely identifying a source row. |
| ConfigEntity::prepareRow |
function |
core/modules/migrate/src/Plugin/migrate/source/ConfigEntity.php |
Adds additional data to the row. |
| ConfigEntity::query |
function |
core/modules/migrate/src/Plugin/migrate/source/ConfigEntity.php |
Prepares query object to retrieve data from the source database. |
| ConfigEntityAdapter |
class |
core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php |
Enhances EntityAdapter for config entities. |
| ConfigEntityAdapter.php |
file |
core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php |
|
| ConfigEntityAdapter::$entity |
property |
core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php |
The wrapped entity object. |
| ConfigEntityAdapter::$typedConfigManager |
property |
core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php |
The typed config manager. |
| ConfigEntityAdapter::applyDefaultValue |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php |
Applies the default value. |
| ConfigEntityAdapter::get |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php |
Gets a property object. |
| ConfigEntityAdapter::getConfigTypedData |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php |
Gets typed data for config entity. |
| ConfigEntityAdapter::getIterator |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php |
Retrieves the iterator for the object. |
| ConfigEntityAdapter::getProperties |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php |
Gets an array of property objects. |