function ProfileTranslationHandler::hasCreatedTime
Same name in other branches
- 9 core/modules/user/src/ProfileTranslationHandler.php \Drupal\user\ProfileTranslationHandler::hasCreatedTime()
- 10 core/modules/user/src/ProfileTranslationHandler.php \Drupal\user\ProfileTranslationHandler::hasCreatedTime()
- 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\userCode
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.