Neos\ContentRepository\Tests\Functional\TypeConverter\NodeConverterTest::flushNodeChanges PHP Метод

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

Flush the node changes and reset the persistence manager and node data registry
public flushNodeChanges ( ) : void
Результат void
    public function flushNodeChanges()
    {
        $nodeDataRepository = $this->objectManager->get(NodeDataRepository::class);
        $nodeDataRepository->flushNodeRegistry();
        $this->persistenceManager->persistAll();
        $this->persistenceManager->clearState();
        $this->contextFactory->reset();
    }