| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Render activity page for tertiary nav. More...
| Public Member Functions | |
| __construct (forum_entity $forum, stdClass $course, ?int $groupid, string $search) | |
| forum_actionbar constructor. | |
| export_for_template (renderer_base $output) | |
| Data for the template. | |
Render activity page for tertiary nav.
Render elements search forum, add new discussion button and subscribe all to the page action.
| mod_forum\output\forum_actionbar::__construct | ( | forum_entity | $forum, | 
| stdClass | $course, | ||
| ?int | $groupid, | ||
| string | $search ) | 
forum_actionbar constructor.
| forum_entity | $forum | The forum object. | 
| stdClass | $course | The course object. | 
| int | null | $groupid | The group id. | 
| string | $search | The search string. | 
| mod_forum\output\forum_actionbar::export_for_template | ( | renderer_base | $output | ) | 
Data for the template.
| renderer_base | $output | The render_base object. | 
| array | data for the template | 
Implements templatable.