Neos\Neos\Service\Controller\WorkspaceController::discardAllAction PHP Метод

discardAllAction() публичный Метод

Discard everything in the workspace with the given workspace name
public discardAllAction ( Workspace $workspace ) : void
$workspace Neos\ContentRepository\Domain\Model\Workspace
Результат void
    public function discardAllAction($workspace)
    {
        $this->publishingService->discardAllNodes($workspace);
        $this->throwStatus(204, 'Workspace changes have been discarded', '');
    }