- 🇳🇿New Zealand quietone
Based on #9 this is well outdated. If that is incorrect just re-open the issue and explain what still needs to be done.
Thanks.
Modules can't implement more than one of hook_field_storage_info(), hook_field_info() or hook_entity_info() (and their _alter counterparts).
The attached patch adds a field_requirements()
function that warns in the system status report when a module implements two or more different kinds of hooks, as forbidden above.
The patch needs to be reviewed by a core developer.
The status page will warn if a module breaks this particular rule.
None.
Closed: outdated
9.5
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Based on #9 this is well outdated. If that is incorrect just re-open the issue and explain what still needs to be done.
Thanks.