You are here

public function EntityParserInterface::prepareLocalEntity in Entity Share 8.3

Prepares entity loaded from local database.

Parameters

\Drupal\Core\Entity\ContentEntityInterface $entity: A Drupal content entity.

1 method overrides EntityParserInterface::prepareLocalEntity()
EntityParser::prepareLocalEntity in modules/entity_share_diff/src/Service/EntityParser.php
Prepares entity loaded from local database.

File

modules/entity_share_diff/src/Service/EntityParserInterface.php, line 21

Class

EntityParserInterface
Entity parser interface methods.

Namespace

Drupal\entity_share_diff\Service

Code

public function prepareLocalEntity(ContentEntityInterface $entity);