We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea48879 commit 578d8c9Copy full SHA for 578d8c9
tests/src/Kernel/DataProducer/EntityDefinitionTest.php
@@ -496,6 +496,11 @@ enum FieldTypes {
496
'entity_form_display_context' => $builder->fromContext('entity_form_display'),
497
])
498
);
499
+
500
+ // @todo Different description between Drupal 10.1 and 10.2, can be removed
501
+ // when Drupal 10.1 support is dropped.
502
+ $this->fullDefinitionResult['entityDefinition']['fields'][11]['description'] =
503
+ $this->container->get('entity_field.manager')->getBaseFieldDefinitions('node')['created']->getDescription();
504
}
505
506
/**
0 commit comments