Add "Files that use this class" reference section to class page
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #1905032. --> Reported by: [jhodgdon](https://www.drupal.org/user/155601) >>> <p>As of <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-7"><a href="https://www.drupal.org/project/api/issues/1507476" title="Status: Closed (fixed)">#1507476: Support namespaces in API module</a></span> being fixed...</p> <p>On a Class page, it currently shows you which namespace the class is in. We also have, in the api_namespaces table, records for the "use" declarations.</p> <p>So, we could make a section listing "Files that use this class", which would work like "functions that call this", and it would show all of the classes with "use" declarations that reference that class. Seems like this could be useful information.</p>
issue