- First commit to issue fork.
- Merge request !11522Draft: Resolve #2921988 "Deprecate entitygettitle" → (Open) created by dimitriskr
- 🇬🇷Greece dimitriskr
I have some comments regarding the changes and then we can proceed
So as not to confuse developers and provide a more generic method, could we deprecate Node::getTitle() in favour of Entity::label()?
I'm not sure we need getTitle()
if label()
exists. Also, I can't find any documentation explaining when one should be used over the other. It seems like label()
is always the way to go.
Let's do this for all entity-specific methods, not just Nodes:
Needs work
11.0 🔥
entity system
Enhances developer experience.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I have some comments regarding the changes and then we can proceed