Deletes the object identity from the database.
Parameters
integer $pk:
Return value
void
File
- drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php, line 121
Class
- Controller
- @Route("/someprefix")
@author Johannes M. Schmitt <schmittjoh@gmail.com>
Namespace
Doctrine\Tests\Common\Annotations\Fixtures
Code
private function deleteObjectIdentity($pk) {
$this->connection
->executeQuery($this
->getDeleteObjectIdentitySql($pk));
}