Skip to content
Snippets Groups Projects
Commit 4e658ef5 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2667588 by dimaro, malavya, johnrosswvsu: Document that a module's...

Issue #2667588 by dimaro, malavya, johnrosswvsu: Document that a module's classes are not available during hook_requirements() 'install' phase
parent bb41144f
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -894,6 +894,9 @@ function hook_updater_info_alter(&$updaters) {
* Module dependencies do not belong to these installation requirements,
* but should be defined in the module's .info.yml file.
*
* During installation (when $phase == 'install'), if you need to load a class
* from your module, you'll need to include the class file directly.
*
* The 'runtime' phase is not limited to pure installation requirements
* but can also be used for more general status information like maintenance
* tasks and security issues.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment