- Issue created by @DamienMcKenna
- Merge request !55default_content-3494822/3494822-rename-depends-keyword: Renamed depends keyword to dependencies β (Open) created by sourabhsisodia_
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".
Add "dependencies" as the keyword in default content for indicating the dependent content.
Deprecate and remove the old "depends" keyword.
Build the necessary changes.
n/a
n/a
In default content definitions, the list of dependent entities will be defined using the "dependencies" keyword instead of "depends".
In the "_meta" section of the default content, the "dependencies" keyword indicates the list of dependent entities, while "depends" is deprecated.
Active
2.0
Documentation