Skip to content

Commit

Permalink
TASK: Remove unused NodeTreeBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Oct 12, 2023
1 parent adc3a9a commit 3d55e7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 237 deletions.
12 changes: 0 additions & 12 deletions Classes/Controller/BackendServiceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
use Neos\Neos\Ui\Domain\Model\Feedback\Operations\ReloadDocument;
use Neos\Neos\Ui\Domain\Model\Feedback\Operations\UpdateWorkspaceInfo;
use Neos\Neos\Ui\Domain\Model\FeedbackCollection;
use Neos\Neos\Ui\Domain\Service\NodeTreeBuilder;
use Neos\Neos\Ui\Fusion\Helper\NodeInfoHelper;
use Neos\Neos\Ui\Fusion\Helper\WorkspaceHelper;
use Neos\Neos\Ui\Service\NodeClipboard;
Expand Down Expand Up @@ -484,17 +483,6 @@ public function initializeLoadTreeAction(): void
$this->arguments['nodeTreeArguments']->getPropertyMappingConfiguration()->allowAllProperties();
}

/**
* Load the nodetree
*/
public function loadTreeAction(NodeTreeBuilder $nodeTreeArguments, bool $includeRoot = false): void
{
$contentRepositoryId = SiteDetectionResult::fromRequest($this->request->getHttpRequest())->contentRepositoryId;

$nodeTreeArguments->setControllerContext($this->controllerContext);
$this->view->assign('value', $nodeTreeArguments->build($contentRepositoryId, $includeRoot));
}

/**
* @throws \Neos\Flow\Mvc\Exception\NoSuchArgumentException
*/
Expand Down
225 changes: 0 additions & 225 deletions Classes/Domain/Service/NodeTreeBuilder.php

This file was deleted.

0 comments on commit 3d55e7c

Please sign in to comment.