Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

(no description)

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

Defines 1 class

hook_list_table:: (10 methods):
  __construct()
  setup_column_configuration()
  out()
  col_details()
  get_description()
  col_deprecates()
  col_callbacks()
  get_tag()
  get_tags_for_row()
  get_row_class()


Class: hook_list_table  - X-Ref

Plugin Management table.

__construct()   X-Ref
No description

setup_column_configuration()   X-Ref
Set up the column configuration for this table.


out()   X-Ref
Print the table.


col_details(stdClass $row)   X-Ref
No description

get_description(stdClass $row)   X-Ref
Show the name column content.

param: stdClass $row
return: string

col_deprecates(stdClass $row)   X-Ref
No description

col_callbacks(stdClass $row)   X-Ref
No description

get_tag(string $tag,?string $type = null,?string $tooltip = null,)   X-Ref
Get the HTML to display the badge with tooltip.

param: string $tag The main text to display
param: null|string $type The pill type
param: null|string $tooltip The content of the tooltip
return: string

get_tags_for_row(stdClass $row)   X-Ref
Get the code to display a set of tags for this table row.

param: stdClass $row
return: string

get_row_class(string $classname)   X-Ref
No description