mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-44017 Events: Deprecated content_viewed event
Replaced content_viewed event with appropriate events and deprecated content_viewed event
This commit is contained in:
parent
0a489777fc
commit
e1b16f9773
39 changed files with 1291 additions and 453 deletions
9
lib/tests/fixtures/event_fixtures.php
vendored
9
lib/tests/fixtures/event_fixtures.php
vendored
|
@ -228,15 +228,6 @@ class noname_event extends \core\event\base {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Class content_viewed.
|
||||
*
|
||||
* Wrapper for testing \core\event\content_viewed .
|
||||
*/
|
||||
class content_viewed extends \core\event\content_viewed {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Class course_module_viewed.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue