function ContentTranslationMetadataWrapperInterface::getChangedTime
Same name in other branches
- 9 core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php \Drupal\content_translation\ContentTranslationMetadataWrapperInterface::getChangedTime()
- 8.9.x core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php \Drupal\content_translation\ContentTranslationMetadataWrapperInterface::getChangedTime()
- 11.x 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_translationCode
public function getChangedTime();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.