Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 401 and 402] [Versions 401 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

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