Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Classes | Variables
edit_form.php File Reference

Defines the base class form used by blocks/edit.php to edit block instance configuration. More...

Classes

class  block_edit_form
 The base class form used by blocks/edit.php to edit block instance configuration. More...
 

Variables

 if (!defined( 'MOODLE_INTERNAL'))
 

Detailed Description

Defines the base class form used by blocks/edit.php to edit block instance configuration.

It works with the block_edit_form class, or rather the particular subclass defined by this block, to do the editing.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later