Skip to content
Snippets Groups Projects
Commit 7ddeb417 authored by nicxvan's avatar nicxvan Committed by nlighteneddesign
Browse files

Update severity descriptions

parent 22b55c9d
No related branches found
No related tags found
1 merge request!10411Add hook update requirements
......@@ -1203,8 +1203,9 @@ function hook_requirements_alter(array &$requirements): void {
* - severity: (optional) The requirement's result/severity level, one of:
* - REQUIREMENT_INFO: Has no effect during updates.
* - REQUIREMENT_OK: Has no effect during updates.
* - REQUIREMENT_WARNING: Prevents update unless update_ignore_wa is set.
* - REQUIREMENT_ERROR: Prevents update with the error.
* - REQUIREMENT_WARNING: Displays a warning, user can choose to continue.
* - REQUIREMENT_ERROR: Displays an error message, user cannot continue
* until the problem is resolved.
* Defaults to REQUIREMENT_OK.
*/
function hook_update_requirements() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment