Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
|
The core_data_provider interface is used to describe a provider which services user requests between components and core. More...
The core_data_provider interface is used to describe a provider which services user requests between components and core.
It does not define a specific way of doing so and different types of data will need to extend this interface in order to define their own contract.
It should not be implemented directly, but should be extended by other interfaces in core.