Closed (outdated)
Project:
Drupal core
Version:
11.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Apr 2014 at 14:46 UTC
Updated:
12 Aug 2025 at 22:54 UTC
Jump to comment: Most recent
Comments
Comment #1
berdirNote that those those differences might be there explicitly, for example because they are also used as descriptions for form widgets...
Comment #2
tstoecklerRight, I thought about that as well. There are certainly use-cases where in theory you would want different descriptions for your form than for your schema.
However, I think it's questionable whether we want to add a separate field setting for that á la
FieldDefinitionInterface::setSchemaDescription()or whatever. I personally think that would be overkill.We could also decide to not use the field description at all in the schema description, but instead let the field item class handle schema descriptions directly in its schema() function leveraging the passed field definition. I.e.
The advantage of that would be that we no longer need to make a distinction between single-column and multi-column fields when it comes to schema descriptions.
Edit: Fix php formatting
However, we do lose the domain-specific description information in the schema. Not sure.
Comment #3
plachComment #17
smustgrave commentedThank you for creating this issue to improve Drupal.
We are working to decide if this task is still relevant to a currently supported version of Drupal. There hasn't been any discussion here for over 8 years which suggests that this has either been implemented or is no longer relevant. Your thoughts on this will allow a decision to be made.
Since we need more information to move forward with this issue, the status is now Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.
Thanks!
Comment #18
smustgrave commentedGoing to close this one out as there hasn't been any movement in years. But also maybe we should evaluate on a case by case basis vs a standard. May be easier to fix some that route.