mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-44990 logging: Capabilites removed from legacy and standard log.
This commit is contained in:
parent
127daca011
commit
da223c11a5
8 changed files with 2 additions and 98 deletions
|
@ -42,13 +42,6 @@ interface reader {
|
|||
*/
|
||||
public function get_description();
|
||||
|
||||
/**
|
||||
* Can the current user access this store?
|
||||
* @param \context $context
|
||||
* @return bool
|
||||
*/
|
||||
public function can_access(\context $context);
|
||||
|
||||
/**
|
||||
* Are the new events appearing in the reader?
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue