-
Sub-task
-
Resolution: Deferred
-
Minor
-
None
-
2.4.3
-
MOODLE_24_STABLE
-
wip-
MDL-38607-master
-
BACKEND Sprint 2
To make use of renderers we will deprecate fullname() and create $OUTPUT->displayname().
The renderer can't be used at all times so it will call display_name() which is only called directly in certain circumstances (When creating a title and the page hasn't been called yet).
The fullname_format function will look up which is the most appropriate setting to use via context and set the formatting accordingly.