Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
The plugintype link. More...
Public Member Functions | |
__construct ($name, $privacyfields=[], $summary='') | |
Constructor for the plugintype_link. | |
get_name () | |
Function to return the name of this plugintype_link type. | |
get_privacy_fields () | |
A plugintype link does not define any fields itself. | |
get_summary () | |
A summary of what this plugintype is used for. | |
The plugintype link.
core_privacy\local\metadata\types\plugintype_link::__construct | ( | $name, | |
$privacyfields = [], | |||
$summary = '' ) |
Constructor for the plugintype_link.
string | $name | The name of the plugintype to link. |
string | $summary | A description of what is stored within this plugintype. |
core_privacy\local\metadata\types\plugintype_link::get_name | ( | ) |
Function to return the name of this plugintype_link type.
string\$name |
Implements core_privacy\local\metadata\types\type.
core_privacy\local\metadata\types\plugintype_link::get_privacy_fields | ( | ) |
A plugintype link does not define any fields itself.
array |
Implements core_privacy\local\metadata\types\type.
core_privacy\local\metadata\types\plugintype_link::get_summary | ( | ) |
A summary of what this plugintype is used for.
string\$summary |
Implements core_privacy\local\metadata\types\type.