moodle/.upgradenotes/MDL-82567-2024080804140215.yml
Marina Glancy bb466df202 MDL-82567 core: Add has_capability method
Co-authored-by: David Woloszyn <david.woloszyn@moodle.com>
Co-authored-by: Jun Pataleta <jun@moodle.com>
2024-08-28 03:34:17 +00:00

10 lines
379 B
YAML

issueNumber: MDL-82567
notes:
core_table:
- message: >-
`core_table\dynamic` declares a new method `::has_capability()` to
allow classes implementing this interface to perform access checks
on the dynamic table. This is a breaking change that all dynamic table
implementations must implement for continued functionality.
type: changed