Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### New Features

- CodeGraph now understands Drupal's service container and plugin definitions. Service definitions in `*.services.yml` are linked to the PHP class that implements them and to the other services they depend on, so `codegraph_explore` can trace Drupal's dependency injection — which was previously invisible. Plugin definitions are also picked up by their plugin id, covering both the Drupal 11 PHP 8 attribute style (`#[Block(...)]`, `#[FieldType(...)]`, …) and the legacy docblock annotation style (`@Block(...)`, `@FieldType(...)`, …), each linked to the class it decorates.


## [1.1.6] - 2026-06-30

Expand Down
Loading