Skip to content
Snippets Groups Projects

Issue #3130107: Extend unit test coverage for LanguageNegotiationContentEntity

Open Stefanos Petrakis requested to merge issue/drupal-3130107:3130107-add-unit-test into 10.1.x
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
  • 4e004aa5
    Issue #3260173 by andregp, joachim, tstoeckler, nod_: Media should set the... · 4e004aa5
    catch authored
    Issue #3260173 by andregp, joachim, tstoeckler, nod_: Media should set the owner field to anonymous if no explicit owner is set
@@ -454,6 +454,7 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type) {
$fields['uid']
->setLabel(t('Authored by'))
->setRequired(TRUE)
->setDescription(t('The user ID of the author.'))
->setRevisionable(TRUE)
->setDisplayOptions('form', [
Loading