Neos\Neos\Controller\Backend\SchemaController::nodeTypeSchemaAction PHP 메소드

nodeTypeSchemaAction() 공개 메소드

Get the node type configuration schema for the Neos UI
public nodeTypeSchemaAction ( ) : string
리턴 string
    public function nodeTypeSchemaAction()
    {
        $this->response->setHeader('Content-Type', 'application/json');
        return json_encode($this->nodeTypeSchemaBuilder->generateNodeTypeSchema());
    }