Function Hook_privacy_points->modify_table_details
Definitions
sources/hooks/systems/privacy/points.php
- Modify table details according to special hook behaviour and given data before performing the method.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$table_name | ID_TEXT | required parameter | N/A | N/A | Table name |
$table_details | array | required parameter | N/A | N/A | Details of the table from the info function, passed by reference |
$row | ?array | required parameter | N/A | N/A | Row raw from the database (null: not applicable) |
$method | ID_TEXT | required parameter | N/A | N/A | The name of the Hook_privacy_base method which called this function |