Doctrine\ODM\MongoDB\UnitOfWork::getScheduledCollectionDeletions PHP Method

getScheduledCollectionDeletions() public method

Get the currently scheduled complete collection deletions
    public function getScheduledCollectionDeletions()
    {
        return $this->collectionDeletions;
    }
UnitOfWork