mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
7 lines
329 B
Text
7 lines
329 B
Text
This files describes API changes in /mod/data - plugins,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 3.2 ===
|
|
|
|
* New hook - update_content_import - Can be implemented by field subplugins data_field_* class
|
|
This can be used to pre-process data from a csv file before it is inserted into the database.
|