Function Hook_task_privacy_purge->handle_for_table
Definitions
sources/hooks/systems/tasks/privacy_purge.php
- Run the task hook.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$hook_ob | object | required parameter | N/A | N/A | Privacy object |
$table_name | string | required parameter | N/A | N/A | Table name |
$table_details | array | required parameter | N/A | N/A | Table details |
$table_action | integer | required parameter | N/A | N/A | A PRIVACY_METHOD_* constant |
$username | ID_TEXT | required parameter | N/A | N/A | Username to search for (blank: none) |
$ip_addresses | array | required parameter | N/A | N/A | List of IP addresses to search for |
$member_id | ?MEMBER | required parameter | N/A | N/A | Member ID to search for (null: none) |
$email_address | string | required parameter | N/A | N/A | E-mail address to search for (blank: none) |
$others | array | required parameter | N/A | N/A | List of other strings to search for, via additional-anonymise-fields |