[Neos] Get Neos Site persistence_object_identifier in Flow Plugin

Patric Eckhart mail at patriceckhart.com
Thu Apr 9 20:20:10 CEST 2015


Hey Guys,

I need to get the persistence_object_identifier from a Site in my Neos Backend in my Flow Plugin for a comment plugin.
I have tried this, but this is not the persistence_object_identifier

public function indexAction() {
        $this->view->assign('comments', $this->commentRepository->findAll());

        $blogDocumentNode = $this->request->getInternalArgument('__node');
        $this->view->assign('postsNode', $blogDocumentNode);
    }


More information about the Neos mailing list