eZ\Publish\Core\Persistence\Legacy\Content\Location\Trash\Handler::deleteTrashItem PHP Method

deleteTrashItem() public method

Removes a trashed location identified by $trashedLocationId from trash Associated content has to be deleted.
public deleteTrashItem ( integer $trashedId )
$trashedId integer
    public function deleteTrashItem($trashedId)
    {
        $this->delete($this->loadTrashItem($trashedId));
    }