inspect_dependency_graph
Map class-to-class dependencies in a WordPress plugin by analyzing use/import statements, constructor injection, and method type hints.
Instructions
Analyze class-to-class dependencies within a plugin. Shows use/import statements, constructor injection, and method type hints to map which classes depend on which.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the plugin root |