diff options
Diffstat (limited to 'includes/form.inc')
-rw-r--r-- | includes/form.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/form.inc b/includes/form.inc index 042986276..b644343b5 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -3986,6 +3986,8 @@ function _form_set_class(&$element, $class = array()) { /** * @defgroup batch Batch operations * @{ + * Create and process batch operations. + * * Functions allowing forms processing to be spread out over several page * requests, thus ensuring that the processing does not get interrupted * because of a PHP timeout, while allowing the user to receive feedback |