Issue #2409635 by chris_h, Manjit.Singh, stutee, Nitesh Pawar: Improve authored by description

8.0.x
Alex Pott 2015-02-09 16:02:25 +00:00
parent 7b64a0a8fa
commit 024a6a9679
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ class Node extends ContentEntityBase implements NodeInterface {
$fields['uid'] = BaseFieldDefinition::create('entity_reference')
->setLabel(t('Authored by'))
->setDescription(t('The user ID of the node author.'))
->setDescription(t('The username of the content author.'))
->setRevisionable(TRUE)
->setSetting('target_type', 'user')
->setSetting('handler', 'default')