function ContentTranslationMetadataWrapperInterface::getChangedTime

Same name and namespace in other branches
  1. 9 core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php \Drupal\content_translation\ContentTranslationMetadataWrapperInterface::getChangedTime()
  2. 8.9.x core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php \Drupal\content_translation\ContentTranslationMetadataWrapperInterface::getChangedTime()
  3. 10 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.