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 310 and 400] [Versions 311 and 400] [Versions 39 and 400]

Renderer for availability display.

Copyright: 2014 The Open University
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 72 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

core_availability_renderer:: (1 method):
  render_core_availability_multiple_messages()


Class: core_availability_renderer  - X-Ref

Renderer for availability display.

render_core_availability_multiple_messages(core_availability_multiple_messages $renderable)   X-Ref
Renders HTML for the result of two or more availability restriction
messages being combined in a list.

The supplied messages should already take account of the 'not' option,
e.g. an example message could be 'User profile field Department must
not be set to Maths'.

This function will not be called unless there are at least two messages.

return: string Combined HTML
param: core_availability_multiple_messages $renderable Multiple messages