16 calls to Entity::getKey() in Drupal 10
- Entity::getBundle in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ Entity.php - Gets the bundle for the row taking into account the default.
- Entity::getEntity in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ Entity.php - Creates or loads an entity.
- Entity::getEntityId in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ Entity.php - Gets the entity ID of the row.
- 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.
- EntityContentBase::getHighestId in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ EntityContentBase.php - Returns the highest ID tracked by the implementing plugin.
- EntityContentBase::getIds in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ EntityContentBase.php - Gets the destination IDs.
- EntityContentBase::processStubRow in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ EntityContentBase.php - Populates as much of the stub row as possible.
- EntityContentBase::rollback in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ EntityContentBase.php - Delete the specified destination object from the target Drupal.
- EntityContentComplete::getEntity in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ EntityContentComplete.php - Gets the entity.
- EntityContentComplete::getIds in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ EntityContentComplete.php - Gets the destination IDs.
- EntityFile::processStubRow in core/
modules/ file/ src/ Plugin/ migrate/ destination/ EntityFile.php - Populates as much of the stub row as possible.
- EntityRevision::getEntity in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ EntityRevision.php - Gets the entity.
- EntityRevision::getHighestId in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ EntityRevision.php - Returns the highest ID tracked by the implementing plugin.
- EntityRevision::getIds in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ EntityRevision.php - Gets the destination IDs.
- EntityUser::processStubRow in core/
modules/ user/ src/ Plugin/ migrate/ destination/ EntityUser.php - Populates as much of the stub row as possible.