Rename "depends" keyword to "dependencies"

Created on 18 December 2024, about 1 month ago

Problem/Motivation

Most of Drupal's APIs use the keyword "dependencies" to indicate other items of its type that are required and must be installed first.

In the default content system the keyword that provides this functionality is installed "depends".

Proposed resolution

Add "dependencies" as the keyword in default content for indicating the dependent content.
Deprecate and remove the old "depends" keyword.

Remaining tasks

Build the necessary changes.

User interface changes

n/a

Introduced terminology

n/a

API changes

In default content definitions, the list of dependent entities will be defined using the "dependencies" keyword instead of "depends".

Data model changes

In the "_meta" section of the default content, the "dependencies" keyword indicates the list of dependent entities, while "depends" is deprecated.

Release notes snippet

✨ Feature request
Status

Active

Version

2.0

Component

Documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States DamienMcKenna NH, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024