Skip to content
Snippets Groups Projects
Commit bdf52138 authored by catch's avatar catch
Browse files

Issue #3080819 by beatrizrodrigues, ankithashetty, lucienchalom, quietone,...

Issue #3080819 by beatrizrodrigues, ankithashetty, lucienchalom, quietone, Vivek Panicker, catch: Missing documentation for "core_version_requirements" key in InfoParserInterface file

(cherry picked from commit eecfb03d)
parent 45c6d25c
No related branches found
No related tags found
Loading
......@@ -20,6 +20,10 @@ interface InfoParserInterface {
* - name: The real name of the module for display purposes. (Required)
* - description: A brief description of the module.
* - type: whether it is for a module or theme. (Required)
* - core_version_requirement: Specifies the compatible version or versions of
* Drupal core. For example, "9.3 || 9.4" means compatibility with Drupal
* 9.3 and 9.4; ">=9" means compatible with Drupal 9, 10 and later versions,
* "<=9" means compatible with Drupal 8 and 9. (Required)
* - lifecycle: [experimental|stable|deprecated|obsolete]. A description of
* the current phase in the lifecycle of the module, theme or profile.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment