Function Hook_cron_privacy_purging->handle_for_table

Definitions

sources/hooks/systems/cron/privacy_purging.php

  • Run the task hook.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$hook_ob object No No required parameter N/A N/A Privacy object
$table_name string No No required parameter N/A N/A Table name
$table_details array No No required parameter N/A N/A Table details
$table_action integer No No required parameter N/A N/A A PRIVACY_METHOD_* constant

Preview

Code (PHP)

/**
 * Run the task hook.
 *
 * @param  object $hook_ob Privacy object
 * @param  string $table_name Table name
 * @param  array $table_details Table details
 * @param  integer $table_action A PRIVACY_METHOD_* constant
 */

protected function handle_for_table(object $hook_ob, string $table_name, array $table_details, int $table_action)