public function EntityParserInterface::getRemoteChangedTime in Entity Share 8.3
Gets 'changed' timestamp of remote entity, if available.
Parameters
array $remote_data: JSON:API data of a single entity.
1 method overrides EntityParserInterface::getRemoteChangedTime()
- EntityParser::getRemoteChangedTime in modules/
entity_share_diff/ src/ Service/ EntityParser.php - Gets 'changed' timestamp of remote entity, if available.
File
- modules/
entity_share_diff/ src/ Service/ EntityParserInterface.php, line 44
Class
- EntityParserInterface
- Entity parser interface methods.
Namespace
Drupal\entity_share_diff\ServiceCode
public function getRemoteChangedTime(array $remote_data);