moodle/.upgradenotes/MDL-82066-2024070915322412.yml
Paul Holden 9d621f5da1
MDL-82066 user: define methods for handling default homepage URLs.
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.
2024-07-10 17:12:31 +01:00

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