Neos\Neos\Controller\Backend\SchemaController::nodeTypeSchemaAction PHP Méthode

nodeTypeSchemaAction() public méthode

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