Discover Drupal from the inside out.
Generated from the latest Drupal Core version, Introspector is aimed exploring and learning how it all fits together.
Under the hood, Introspector is based on two concepts:
- Drupal Core APIs.
- PHP's support for introspection and reflection techniques.
Features
- Discover all services and their underlying classes.
- Discover all entity types, bundles and their underlying classes.
- View source with links to api.drupal.org and git.drupalcode.org.
Planned
- Visualise all class symbols.
- List all plugin types.
- Add selected contrib modules.
- Link to non-Drupal sites where possible (e.g. for Symfony classes).
- Cross-link classes, methods, namespaces.
This tool is experimental and a work in progress.
Feedback welcome at https://drupal.community/@drpl.
No GenAI / LLM-tools were used.
Explore
- Entity Types
- Services
- Events / subscribers
- Hooks