- 🇬🇧United Kingdom catch
This is still valid, we could add a sentence to https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Form%21fo... and maybe to entiity build/view alter hooks too.
In 🌱 [meta] Document @internal APIs both explicitly in phpdoc and implicitly in d.o documentation Active we have the following line:
Render arrays (including form arrays)
While the render and form APIs themselves are stable, the exposed data structures used to build and cache pages and forms are not. We will change these structures where necessary to make usability improvements or add features in minor versions.
And also:
Controllers
Core modules contain many route controllers that are bound to individual routes. These controllers are not part of the API of the module unless specifically marked with an @api tag on the method or class.
We should add documentation to hook_form_alter(), hook_entity_view() that also says this, so that people don't need to read the bc policy to find it out.
Active
11.0 🔥
documentation
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is still valid, we could add a sentence to https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Form%21fo... and maybe to entiity build/view alter hooks too.