public function EntityParserInterface::validateNeedToProcess in Entity Share 8.3
Determines if the entity has already been processed in the Diff.
1 method overrides EntityParserInterface::validateNeedToProcess()
- EntityParser::validateNeedToProcess in modules/
entity_share_diff/ src/ Service/ EntityParser.php - Determines if the entity has already been processed in the Diff.
File
- modules/
entity_share_diff/ src/ Service/ EntityParserInterface.php, line 36
Class
- EntityParserInterface
- Entity parser interface methods.
Namespace
Drupal\entity_share_diff\ServiceCode
public function validateNeedToProcess(string $uuid, bool $remote);