Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
|
The data_provider interface is used to describe a provider which services user requests in any fashion. More...
The data_provider interface is used to describe a provider which services user requests in any fashion.
This includes both – component <-> core; and – component <-> component.
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.
This is the base interface for any component which stores any form of user data.