PHP Class Neos\Neos\Controller\Backend\SchemaController

Inheritance: extends Neos\Flow\Mvc\Controller\ActionController
Mostra file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$nodeTypeSchemaBuilder Neos\Neos\Service\NodeTypeSchemaBuilder
$vieSchemaBuilder Neos\Neos\Service\VieSchemaBuilder

Public Methods

Method Description
nodeTypeSchemaAction ( ) : string Get the node type configuration schema for the Neos UI
vieSchemaAction ( ) : string Generate and renders the JSON schema for the node types for VIE.

Method Details

nodeTypeSchemaAction() public method

Get the node type configuration schema for the Neos UI
public nodeTypeSchemaAction ( ) : string
return string

vieSchemaAction() public method

Schema format example: http://schema.rdfs.org/all.json
public vieSchemaAction ( ) : string
return string

Property Details

$nodeTypeSchemaBuilder protected_oe property

protected NodeTypeSchemaBuilder,Neos\Neos\Service $nodeTypeSchemaBuilder
return Neos\Neos\Service\NodeTypeSchemaBuilder

$vieSchemaBuilder protected_oe property

protected VieSchemaBuilder,Neos\Neos\Service $vieSchemaBuilder
return Neos\Neos\Service\VieSchemaBuilder