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.

Differences Between: [Versions 310 and 403] [Versions 311 and 403] [Versions 39 and 403]

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.

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