Privacy class for requesting user data.
More...
|
static | delete_data ($userid) |
| Delete data related to a userid.
|
|
static | get_records ($userid) |
| Get records related to this plugin and user.
|
|
Privacy class for requesting user data.
- Copyright
- 2018 Mihail Geshoski mihai.nosp@m.l@mo.nosp@m.odle..nosp@m.com
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ delete_data()
static profilefield_datetime\privacy\provider::delete_data |
( |
| $userid | ) |
|
|
staticprotected |
Delete data related to a userid.
- Parameters
-
◆ delete_data_for_all_users_in_context()
static profilefield_datetime\privacy\provider::delete_data_for_all_users_in_context |
( |
\context | $context | ) |
|
|
static |
◆ delete_data_for_user()
static profilefield_datetime\privacy\provider::delete_data_for_user |
( |
approved_contextlist | $contextlist | ) |
|
|
static |
◆ delete_data_for_users()
static profilefield_datetime\privacy\provider::delete_data_for_users |
( |
approved_userlist | $userlist | ) |
|
|
static |
◆ export_user_data()
static profilefield_datetime\privacy\provider::export_user_data |
( |
approved_contextlist | $contextlist | ) |
|
|
static |
◆ get_contexts_for_userid()
static profilefield_datetime\privacy\provider::get_contexts_for_userid |
( |
int | $userid | ) |
|
|
static |
Get the list of contexts that contain user information for the specified user.
- Parameters
-
int | $userid | The user to search. |
- Return values
-
contextlist\$contextlist | The contextlist containing the list of contexts used in this plugin. |
Implements core_privacy\local\request\core_user_data_provider.
◆ get_metadata()
static profilefield_datetime\privacy\provider::get_metadata |
( |
collection | $collection | ) |
|
|
static |
Returns meta data about this system.
- Parameters
-
collection | $collection | The initialised collection to add items to. |
- Return values
-
collection | A listing of user data stored through this system. |
Implements core_privacy\local\metadata\provider.
◆ get_records()
static profilefield_datetime\privacy\provider::get_records |
( |
| $userid | ) |
|
|
staticprotected |
Get records related to this plugin and user.
- Parameters
-
- Return values
-
array | An array of records. |
◆ get_users_in_context()
static profilefield_datetime\privacy\provider::get_users_in_context |
( |
userlist | $userlist | ) |
|
|
static |
The documentation for this class was generated from the following file:
- user/profile/field/datetime/classes/privacy/provider.php