public function ContentTranslationMetadataWrapperInterface::getChangedTime in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 122 - Contains \Drupal\content_translation\ContentTranslationMetadataWrapperInterface.
Class
- ContentTranslationMetadataWrapperInterface
- Common interface for content translation metadata wrappers.
Namespace
Drupal\content_translationCode
public function getChangedTime();