You are here

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()
LingotekContentTranslationHandler::getFieldDefinitions in src/LingotekContentTranslationHandler.php

File

src/LingotekContentTranslationHandler.php, line 134
Contains \Drupal\content_translation\ContentTranslationHandler.

Class

LingotekContentTranslationHandler

Namespace

Drupal\lingotek

Code

protected function hasCreatedTime() {
  return $this
    ->checkFieldStorageDefinitionTranslatability('created');
}