77 $this->result->setData([]);
80 foreach ($containerCollection as $container)
101 if (!$copiedEntityId)
104 $this->result->addErrors($this->implementer->getErrors());
109 if ($copyChildrenResult->getErrors())
111 $this->result->addErrors($copyChildrenResult->getErrors());
113 $result = $this->addToResult(
$result, $copyChildrenResult->getData());
127 $this->result->setData(
$result);