Skip to content

Commit eb3b95a

Browse files
authored
Merge pull request #1065 from hamidayubdev/patch-2
Update index.md
2 parents 61544a2 + cbf597b commit eb3b95a

File tree

2 files changed

+2
-2
lines changed
  • docs/apis/subsystems/check
  • versioned_docs/version-4.4/apis/subsystems/check

2 files changed

+2
-2
lines changed

docs/apis/subsystems/check/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Checks are broken down into types, which roughly map to a step in the life cycle
5555

5656
Available from _/admin/environment.php_, environmental checks make sure that a Moodle instance is fully configured.
5757

58-
This page is a potential candidate to move to the new Check API but it slightly more complex than the other checks so hasn't been tackled yet. It would be a deeper change and this is intrinsically part of the install and upgrade system. It is not as critical to refactor as it is already possible for a plugin to declare its own checks, via either declarative [Environment checking](https://docs.moodle.org/dev/Environment_checking) or programmatically with a custom check:
58+
This page is a potential candidate to move to the new Check API but it slightly more complex than the other checks so it hasn't been tackled yet. It would be a deeper change and this is intrinsically part of the install and upgrade system. It is not as critical to refactor as it is already possible for a plugin to declare its own checks, via either declarative [Environment checking](https://docs.moodle.org/dev/Environment_checking) or programmatically with a custom check:
5959

6060
### Configuration checks
6161

versioned_docs/version-4.4/apis/subsystems/check/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Checks are broken down into types, which roughly map to a step in the life cycle
5555

5656
Available from _/admin/environment.php_, environmental checks make sure that a Moodle instance is fully configured.
5757

58-
This page is a potential candidate to move to the new Check API but it slightly more complex than the other checks so hasn't been tackled yet. It would be a deeper change and this is intrinsically part of the install and upgrade system. It is not as critical to refactor as it is already possible for a plugin to declare its own checks, via either declarative [Environment checking](https://docs.moodle.org/dev/Environment_checking) or programmatically with a custom check:
58+
This page is a potential candidate to move to the new Check API but it slightly more complex than the other checks so it hasn't been tackled yet. It would be a deeper change and this is intrinsically part of the install and upgrade system. It is not as critical to refactor as it is already possible for a plugin to declare its own checks, via either declarative [Environment checking](https://docs.moodle.org/dev/Environment_checking) or programmatically with a custom check:
5959

6060
### Configuration checks
6161

0 commit comments

Comments
 (0)