public function PollChoiceTranslationMetadataWrapper::getChangedTime in Poll 8
Returns the timestamp of the last entity change from current translation.
Return value
int The timestamp of the last entity save operation.
Overrides ContentTranslationMetadataWrapper::getChangedTime
File
- src/
PollChoiceTranslationMetadataWrapper.php, line 86
Class
- PollChoiceTranslationMetadataWrapper
- Base class for content translation metadata wrappers.
Namespace
Drupal\pollCode
public function getChangedTime() {
return NULL;
}