public function Activity::getChangedTime in CRM Core 8
Same name and namespace in other branches
- 8.3 modules/crm_core_activity/src/Entity/Activity.php \Drupal\crm_core_activity\Entity\Activity::getChangedTime()
- 8.2 modules/crm_core_activity/src/Entity/Activity.php \Drupal\crm_core_activity\Entity\Activity::getChangedTime()
Gets the timestamp of the last entity change for the current translation.
Return value
int The timestamp of the last entity save operation.
Overrides EntityChangedTrait::getChangedTime
File
- modules/
crm_core_activity/ src/ Entity/ Activity.php, line 202
Class
- Activity
- CRM Activity Entity Class.
Namespace
Drupal\crm_core_activity\EntityCode
public function getChangedTime() {
return $this->changed;
}