mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 12:03:12 +01:00
Co-authored-by: David Woloszyn <david.woloszyn@moodle.com> Co-authored-by: Jun Pataleta <jun@moodle.com>
10 lines
379 B
YAML
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
|