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

Preview

Code (PHP)

/**
 * Delete a row.
 *
 * @param  ID_TEXT $table_name Table name
 * @param  array $table_details Details of the table from the info function
 * @param  array $row Row raw from the database
 */

public function delete(string $table_name, array $table_details, array $row)