protected function LingotekContentTranslationHandler::hasCreatedTime in Lingotek Translation 8
Checks whether the entity type supports creation time natively.
Return value
bool TRUE if metadata is natively supported, FALSE otherwise.
1 call to LingotekContentTranslationHandler::hasCreatedTime()
File
- src/
LingotekContentTranslationHandler.php, line 134 - Contains \Drupal\content_translation\ContentTranslationHandler.
Class
Namespace
Drupal\lingotekCode
protected function hasCreatedTime() {
return $this
->checkFieldStorageDefinitionTranslatability('created');
}