You are here

public function MappedObjectInterface::getChanged in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 modules/salesforce_mapping/src/Entity/MappedObjectInterface.php \Drupal\salesforce_mapping\Entity\MappedObjectInterface::getChanged()
  2. 8.3 modules/salesforce_mapping/src/Entity/MappedObjectInterface.php \Drupal\salesforce_mapping\Entity\MappedObjectInterface::getChanged()

Return a numeric timestamp for comparing to Salesforce record timestamp.

Return value

int The entity_updated value from the Mapped Object.

1 method overrides MappedObjectInterface::getChanged()
MappedObject::getChanged in modules/salesforce_mapping/src/Entity/MappedObject.php
Return a numeric timestamp for comparing to Salesforce record timestamp.

File

modules/salesforce_mapping/src/Entity/MappedObjectInterface.php, line 39

Class

MappedObjectInterface
Mapped Object interface.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function getChanged();