Where is navigation item at user level shown?

Where is navigation item at user level shown?

by Eduardo Rey -
Number of replies: 0

Hi, I'm developing a report and I want it to be available at a user level menu. I found this in the docs:

Reports can present itself in different contexts:

    • system level - controlled by settings.php
    • at user level - controlled by *_extend_navigation_user() callbacks
    • at course level - controlled by *_extend_navigation_course() callbacks
    • at module level - controlled by *_extend_navigation_module() callbacks

I managed to add a previous report at course level, but I'm struggling to find where navigation items at user level are shown.

I tried searching the source for extend_navigation_user but I couldn't find the link on screen for any of the examples I found (like report_outline_extend_navigation_user or tool_lp_extend_navigation_user).

Can someone please help me understand where these navigation items are added?

Average of ratings: -