Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

A bulk operation for the self enrolment plugin to delete selected users enrolments.

Copyright: 2018 Farhan Karmali
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 98 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

enrol_self_deleteselectedusers_operation:: (4 methods):
  get_identifier()
  get_title()
  get_form()
  process()


Class: enrol_self_deleteselectedusers_operation  - X-Ref

A bulk operation for the self enrolment plugin to delete selected users enrolments.

get_identifier()   X-Ref
Returns the title to display for this bulk operation.

return: string

get_title()   X-Ref
Returns the identifier for this bulk operation. This is the key used when the plugin
returns an array containing all of the bulk operations it supports.

return: string

get_form($defaultaction = null, $defaultcustomdata = null)   X-Ref
Returns a enrol_bulk_enrolment_operation extension form to be used
in collecting required information for this operation to be processed.

param: string|moodle_url|null $defaultaction
param: mixed $defaultcustomdata
return: enrol_self_deleteselectedusers_form

process(course_enrolment_manager $manager, array $users, stdClass $properties)   X-Ref
Processes the bulk operation request for the given userids with the provided properties.

param: course_enrolment_manager $manager
param: array $users
param: stdClass $properties The data returned by the form.