Moodle APIs 4.0
Moodle 4.0.11 (Build: 20231009)
Classes
field.class.php File Reference

Validate the image field type parameters. More...

Classes

class  data_field_picture
 

Detailed Description

Validate the image field type parameters.

This will check for valid numeric values in the width and height fields.

Parameters
stdClass$fieldinputthe field input data
Return values
arrayarray of error messages if width or height parameters are not numeric
Exceptions
coding_exception