You are here

public function StateInformationInterface::deleteImportStatusOfEntity in Entity Share 8.3

Deletes the "Entity import status" entity of an entity.

Parameters

\Drupal\Core\Entity\EntityInterface $entity: The entity which had been imported.

string|null $langcode: Optional language code, used when deleting only specific translations.

1 method overrides StateInformationInterface::deleteImportStatusOfEntity()
StateInformation::deleteImportStatusOfEntity in modules/entity_share_client/src/Service/StateInformation.php
Deletes the "Entity import status" entity of an entity.

File

modules/entity_share_client/src/Service/StateInformationInterface.php, line 126

Class

StateInformationInterface
Remote manager interface methods.

Namespace

Drupal\entity_share_client\Service

Code

public function deleteImportStatusOfEntity(EntityInterface $entity, string $langcode = NULL);