function ProfileTranslationHandler::hasCreatedTime

Same name and namespace in other branches
  1. 9 core/modules/user/src/ProfileTranslationHandler.php \Drupal\user\ProfileTranslationHandler::hasCreatedTime()
  2. 8.9.x core/modules/user/src/ProfileTranslationHandler.php \Drupal\user\ProfileTranslationHandler::hasCreatedTime()
  3. 11.x core/modules/user/src/ProfileTranslationHandler.php \Drupal\user\ProfileTranslationHandler::hasCreatedTime()

Overrides ContentTranslationHandler::hasCreatedTime

File

core/modules/user/src/ProfileTranslationHandler.php, line 25

Class

ProfileTranslationHandler
Defines the translation handler for users.

Namespace

Drupal\user

Code

protected function hasCreatedTime() {
    // User creation date has nothing to do with translation creation date.
    return FALSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.