Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 400 and 402] [Versions 400 and 403]

(no description)

File Size: 105 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

standard_action_bar:: (3 methods):
  __construct()
  get_template()
  export_for_template()


Class: standard_action_bar  - X-Ref

Class standard_action_bar - Display the action bar

__construct(moodle_page $page, int $type, bool $showmanage = true,$showaddbadge = true, ?moodle_url $backurl = null)   X-Ref
standard_action_bar constructor

param: moodle_page $page The page object
param: int $type The type of badge we are operating with
param: bool $showmanage Whether or not to show the manage badges button
param: bool $showaddbadge Whether or not to show the add badges button
param: moodle_url|null $backurl The backurl to be used

get_template()   X-Ref
The template that this tertiary nav should use.

return: string

export_for_template(renderer_base $output)   X-Ref
Export the action bar

return: array The buttons to be rendered
param: renderer_base $output