Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ObjectRelationProcessor.php
Go to the documentation of this file.
1 <?php
8 
10 
16 {
29  public function delete(
30  TransactionManagerInterface $transactionManager,
31  Connection $connection,
32  $table,
33  $condition,
34  array $involvedData
35  ) {
36  $connection->delete($table, $condition);
37  }
38 
47  public function validateDataIntegrity($table, array $involvedData)
48  {
49  return;
50  }
51 }
$connection
Definition: bulk.php:13
$table
Definition: trigger.php:14