public ContentTranslationMetadataWrapperInterface::getChangedTime()
Returns the timestamp of the last entity change from current translation.
Return value
int The timestamp of the last entity save operation.
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();
Please login to continue.