You are here

public function IntColumnHandler::delete in Dynamic Entity Reference 8.2

Removes the trigger.

@todo not sure whether we want to bother with deleting.

Parameters

string $table: Name of the table.

string $column: Name of the column.

File

src/Storage/IntColumnHandler.php, line 155

Class

IntColumnHandler
Per database implementation of denormalizing into integer columns.

Namespace

Drupal\dynamic_entity_reference\Storage

Code

public function delete($table, $column) {
}