private function Controller::deleteObjectIdentityRelations

Deletes all entries from the relations table from the database.

Parameters

integer $pk:

Return value

void

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php, line 132

Class

Controller
@Route("/someprefix") @author Johannes M. Schmitt <schmittjoh@gmail.com>

Namespace

Doctrine\Tests\Common\Annotations\Fixtures

Code

private function deleteObjectIdentityRelations($pk) {
  $this->connection
    ->executeQuery($this
    ->getDeleteObjectIdentityRelationsSql($pk));
}