|
Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Coverage information for the tool_dataprivacy plugin. More...
Public Member Functions | |
| get_excludelists (string $plugindir) | |
| Get the formatted XML list of files and folders to exclude. More... | |
| get_whitelists (string $plugindir) | |
| Get the formatted XML list of files and folders to whitelist. More... | |
Protected Attributes | |
| array | $excludelistfiles = [] |
| The list of files relative to the plugin root to excludelist in coverage generation. | |
| array | $excludelistfolders |
| The list of folders relative to the plugin root to excludelist in coverage generation. More... | |
| array | $whitelistfiles = [] |
| The list of files relative to the plugin root to whitelist in coverage generation. | |
| array | $whitelistfolders |
| The list of folders relative to the plugin root to whitelist in coverage generation. More... | |
| $whitelistfolders | |
Coverage information for the tool_dataprivacy plugin.
Coverage information for the core xAPI component.
Coverage information for the core subsystem.
Coverage information for the core_table subsystem.
Coverage information for PHPUnit.
Coverage information for the core H5P subsystem.
Coverage information for the core_grades subsystem.
Coverage information for the core_grading subsystem.
Coverage information for the gradingform_rubric plugin.
Coverage information for the gradingform_guide plugin.
|
final |
Get the formatted XML list of files and folders to exclude.
| string | $plugindir | The root of the plugin, relative to the dataroot. |
| array |
|
final |
Get the formatted XML list of files and folders to whitelist.
| string | $plugindir | The root of the plugin, relative to the dataroot. |
| array |
|
protected |
The list of folders relative to the plugin root to excludelist in coverage generation.
|
protected |
The list of folders relative to the plugin root to whitelist in coverage generation.
|
protected |