You are here

public function ContentTranslationMetadataWrapperInterface::getChangedTime in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php \Drupal\content_translation\ContentTranslationMetadataWrapperInterface::getChangedTime()

Returns the timestamp of the last entity change from current translation.

Return value

int The timestamp of the last entity save operation.

1 method overrides ContentTranslationMetadataWrapperInterface::getChangedTime()
ContentTranslationMetadataWrapper::getChangedTime in core/modules/content_translation/src/ContentTranslationMetadataWrapper.php
Returns the timestamp of the last entity change from current translation.

File

core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php, line 117

Class

ContentTranslationMetadataWrapperInterface
Common interface for content translation metadata wrappers.

Namespace

Drupal\content_translation

Code

public function getChangedTime();