Function Hook_privacy_calendar->delete
Definitions
sources/hooks/systems/privacy/calendar.php
- Delete a row.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $table_name | ID_TEXT | No | No | required parameter | N/A | N/A | Table name |
| $table_details | array | No | No | required parameter | N/A | N/A | Details of the table from the info function |
| $row | array | No | No | required parameter | N/A | N/A | Row raw from the database |

