You are here

8 calls to EntityConfigBase::isTranslationDestination() in Drupal 10

EntityConfigBase::generateId in core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php
Generates an entity ID.
EntityConfigBase::getIds in core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php
Gets the destination IDs.
EntityConfigBase::import in core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php
Import the row.
EntityConfigBase::rollback in core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php
Delete the specified destination object from the target Drupal.
EntityConfigBase::updateEntity in core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php
Updates an entity with the contents of a row.
EntityFieldInstance::getIds in core/modules/migrate/src/Plugin/migrate/destination/EntityFieldInstance.php
Gets the destination IDs.
EntityFieldStorageConfig::getIds in core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php
Gets the destination IDs.
EntityFieldStorageConfig::rollback in core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php
Delete the specified destination object from the target Drupal.