- Issue created by @laceysanderson
- 🇫🇷France guignonv
I noticed the same issue, for month as well, and I think it started when Drupal 9.4/9.5 moved database drivers from core to core modules. ...but I may be wrong.
Meanwhile, you can use the v9 (obsolete compared to D10+) doc here for easy browsing:
http://api.hostdog.eu/api/drupal-9/drupal%21core%21lib%21Drupal%21Core%2...
or read the source file directly but it's not very convenient. That's what I do for the moment (and I guess you too as well). ;)This issue is quite important for people willing to develop database drivers or tweak existing drivers.
- Status changed to Closed: duplicate
about 1 year ago 10:19am 20 September 2023 - 🇳🇿New Zealand quietone
@laceysanderson, this is a know problem.
It can be fixed in the API project so I am moving this to that project. And it is also a duplicate of 🐛 Classes missing from Drupal 10 Fixed . See comment #7 in that issue for a link to test version of the new API project.
- 🇪🇸Spain fjgarlin
Thanks for moving and finding the duplicate.
As mentioned in the related issue, this does not happen in the new D10 version of the site and we can view source, navigate to different classes, etc: https://api.stage.cluster.drupalsystems.org/api/drupal/core%21lib%21Drup...
I know this is not live yet. See https://www.drupal.org/project/api/issues/3342815#comment-15199714 🐛 Classes missing from Drupal 10 Fixed for more details.
- 🇨🇦Canada laceysanderson
Great! Thank you as well for finding that other issue!!! And thank you for pointing to that D10 non-production version of the documentation!!!
I had searched for issues relating to api.drupal.org many times over the last month as I was sure it must be posted somewhere but could not find it.
Since the link to add an issue under the comment on api.drupal.org sent me to post under Drupal Core: Documentation I assumed that issues would be there.
It would be really helpful if the new version of api.drupal.org pointed to the API module issue queue!
@laceysanderson It think that is because there are two types of documentation issues:
- A problem with the current documentation page, fixable with a commit in Drupal Core. These are the most common kind.
- The documentation system itself is broken. That's this issue. These are rarer.