Project upgrade readiness
project_upgrade_reportAnswer "is this contrib project ready for a target core version, and what work is left". For one record's detail, use get_change_record. For a symbol's users, use list_symbol_users.
A record applies when it targets the target version or earlier, and a development branch of the project matched one of its tracks.
Verdict per record: outstanding (a branch still calls the going-away side), in_progress (some branches moved), adopted (all moved).
Returns counts by verdict, then a ranked head of outstanding records with file and line evidence from the project's own code.
Each entry has the count of other projects outstanding on the same record, and its nid for get_change_record.
removed_symbols: core symbols removed by the target, or scheduled for removal at or before it, that the project's development branches still reference. Each has occurrences, files, and the replacement when the catalog lists one. They need no change record: a class moved to another module, a service dropped. removed_symbol_count: the whole set. The head is newest removal first, then by occurrences. Test and test-support symbols are left out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Outstanding records to return with evidence, 1 to 15 (default 8). Above the cap the call is refused. | |
| project | Yes | Contrib project machine name as it appears on drupal.org, for example webform. The composer name drupal/webform is accepted. Packages from other vendors (acquia/cohesion) are not in the dataset. | |
| target_version | Yes | Target core version: 11.2, 11.2.x, 11.2.0, 11, or 11.x. A bare major (11) covers every minor of it. |