You are here

public function StateInformationInterface::getImportStatusOfEntity in Entity Share 8.3

Gets the dedicated "Entity import status" entity for imported entity.

Parameters

\Drupal\Core\Entity\ContentEntityInterface $entity: The entity being imported.

Return value

\Drupal\entity_share_client\Entity\EntityImportStatusInterface|bool The "Entity import status" entity or FALSE if none found.

1 method overrides StateInformationInterface::getImportStatusOfEntity()
StateInformation::getImportStatusOfEntity in modules/entity_share_client/src/Service/StateInformation.php
Gets the dedicated "Entity import status" entity for imported entity.

File

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

Class

StateInformationInterface
Remote manager interface methods.

Namespace

Drupal\entity_share_client\Service

Code

public function getImportStatusOfEntity(ContentEntityInterface $entity);