mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
Per the previous commit, default homepage configuration (set either for the site or as a user preference) can now be extended by third party hook callbacks, in which case a URL is stored.
13 lines
405 B
YAML
13 lines
405 B
YAML
issueNumber: MDL-82066
|
|
notes:
|
|
core:
|
|
- message: >-
|
|
The `get_home_page()` method can now return new constant `HOMEPAGE_URL`,
|
|
applicable when a third-party hook has extended the default homepage
|
|
options for the site
|
|
|
|
|
|
A new method, `get_default_home_page_url()` has been added which will
|
|
return the correct URL when this constant is returned
|
|
type: changed
|