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: 116 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

url_blocked:: (6 methods):
  get_description()
  get_name()
  init()
  validate_data()
  get_other_mapping()
  validate_before_trigger()


Class: url_blocked  - X-Ref

URL blocked event class.

get_description()   X-Ref
Returns description of what happened.

return: string

get_name()   X-Ref
Return localised event name.

return: string

init()   X-Ref
Init method.

return: void

validate_data()   X-Ref
Custom validation.

It is recommended to set the properties:
- $other['tokenid']
- $other['username']

However they are not mandatory as they are not always known.

Please note that the token CANNOT be specified, it is considered
as a password and should never be displayed.

return: void

get_other_mapping()   X-Ref
Used when restoring course logs.


validate_before_trigger()   X-Ref
Validate all properties right before triggering the event.

Emits debugging.