Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Static Public Member Functions | |
static | book_chapter_created (\mod_book\event\chapter_created $event) |
Book chapter created event observer. | |
static | book_chapter_deleted (\mod_book\event\chapter_deleted $event) |
Book chapter deleted event observer. | |
static | book_chapter_updated (\mod_book\event\chapter_updated $event) |
Book chapter update event observer. | |
static | core_question_created (\core\event\question_created $event) |
core_question created observer | |
static | core_question_deleted (\core\event\question_deleted $event) |
core_question deleted observer | |
static | core_question_updated (\core\event\question_updated $event) |
core_question updated observer | |
static | course_altered (base $event) |
Course update event observer. | |
static | course_category_created (\core\event\course_category_created $event) |
course_category created event observer. | |
static | course_category_deleted (\core\event\course_category_deleted $event) |
course_category deleted event observer. | |
static | course_category_updated (\core\event\course_category_updated $event) |
course_category update event observer. | |
static | course_created (\core\event\course_created $event) |
Course event observers. | |
static | course_deleted (\core\event\course_deleted $event) |
Course deleted event observer. | |
static | course_module_created (\core\event\course_module_created $event) |
Course module event observers. | |
static | course_module_deleted (\core\event\course_module_deleted $event) |
Course module deleted event observer. | |
static | course_module_restored (\core\event\course_module_restored $event) |
Course module restored event observer. | |
static | course_module_updated (\core\event\course_module_updated $event) |
Course module updated event observer. | |
static | course_restored (\core\event\course_restored $event) |
Course restored event observer. | |
static | course_section_created (\core\event\course_section_created $event) |
Course section created event observer. | |
static | course_section_deleted (\core\event\course_section_deleted $event) |
Course section deleted event observer. | |
static | course_section_updated (\core\event\course_section_updated $event) |
Course section update event observer. | |
static | course_updated (\core\event\course_updated $event) |
Course update event observer. | |
static | mod_lesson_page_created (\mod_lesson\event\page_created $event) |
mod_lesson_page created event observer. | |
static | mod_lesson_page_deleted (\mod_lesson\event\page_deleted $event) |
mod_lesson_page deleted event observer. | |
static | mod_lesson_page_updated (\mod_lesson\event\page_updated $event) |
mod_lesson_page updated event observer. | |
|
static |
Book chapter created event observer.
mod_book\event\chapter_created | $event | The book chapter created event. |
ReflectionException | |
dml_exception |
|
static |
Book chapter deleted event observer.
mod_book\event\chapter_deleted | $event | The book chapter deleted event. |
dml_exception |
|
static |
Book chapter update event observer.
mod_book\event\chapter_updated | $event | The book chapter updated event. |
ReflectionException | |
dml_exception |
|
static |
core_question created observer
core\event\question_created | $event | The core_question created event. |
ReflectionException | |
dml_exception |
|
static |
core_question deleted observer
core\event\question_deleted | $event | The core_question deleted event. |
dml_exception |
|
static |
core_question updated observer
core\event\question_updated | $event | The core_question created event. |
ReflectionException | |
dml_exception |
|
static |
Course update event observer.
This is called on both course_created and course_updated, so use the base class as a type hint.
base | $event | The course updated event. |
ReflectionException | |
dml_exception |
|
static |
course_category created event observer.
core\event\course_category_created | $event | The course_category created event. |
ReflectionException | |
dml_exception |
|
static |
course_category deleted event observer.
core\event\course_category_deleted | $event | The course_category deleted event. |
dml_exception |
|
static |
course_category update event observer.
core\event\course_category_updated | $event | The course_category updated event. |
ReflectionException | |
dml_exception |
|
static |
Course event observers.
These observer monitors course created / restored / updated events, then its HTML content is processed with accessibility checking. Course created event observer.
core\event\course_created | $event | The course created event. |
ReflectionException | |
dml_exception |
|
static |
Course deleted event observer.
core\event\course_deleted | $event | The course deleted event. |
dml_exception |
|
static |
Course module event observers.
These observer monitors course module created / restored / updated events, then its HTML content is processed with accessibility checking. Course module created event observer.
core\event\course_module_created | $event | The course module created event. |
ReflectionException | |
dml_exception |
|
static |
Course module deleted event observer.
core\event\course_module_deleted | $event | The course module deleted event. |
dml_exception |
|
static |
Course module restored event observer.
core\event\course_module_restored | $event | The course module restored event. |
ReflectionException | |
dml_exception |
|
static |
Course module updated event observer.
core\event\course_module_updated | $event | The course module updated event. |
ReflectionException | |
dml_exception |
|
static |
Course restored event observer.
core\event\course_restored | $event | The course restored event. |
ReflectionException | |
dml_exception |
|
static |
Course section created event observer.
core\event\course_section_created | $event | The course section created event. |
ReflectionException | |
dml_exception |
|
static |
Course section deleted event observer.
core\event\course_section_deleted | $event | The course section deleted event. |
dml_exception |
|
static |
Course section update event observer.
core\event\course_section_updated | $event | The course section updated event. |
ReflectionException | |
dml_exception |
|
static |
Course update event observer.
core\event\course_updated | $event | The course updated event. |
ReflectionException | |
dml_exception |
|
static |
mod_lesson_page created event observer.
mod_lesson\event\page_created | $event | The mod_lesson page created event. |
ReflectionException | |
dml_exception |
|
static |
mod_lesson_page deleted event observer.
mod_lesson\event\page_deleted | $event | The mod_lesson page deleted event. |
dml_exception |
|
static |
mod_lesson_page updated event observer.
mod_lesson\event\page_updated | $event | The mod_lesson page updated event. |
ReflectionException | |
dml_exception |