PHP Class Neos\Neos\Controller\Backend\SchemaController

Inheritance: extends Neos\Flow\Mvc\Controller\ActionController
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$nodeTypeSchemaBuilder Neos\Neos\Service\NodeTypeSchemaBuilder
$vieSchemaBuilder Neos\Neos\Service\VieSchemaBuilder

Méthodes publiques

Méthode 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 méthode

Get the node type configuration schema for the Neos UI
public nodeTypeSchemaAction ( ) : string
Résultat string

vieSchemaAction() public méthode

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

Property Details

$nodeTypeSchemaBuilder protected_oe property

protected NodeTypeSchemaBuilder,Neos\Neos\Service $nodeTypeSchemaBuilder
Résultat Neos\Neos\Service\NodeTypeSchemaBuilder

$vieSchemaBuilder protected_oe property

protected VieSchemaBuilder,Neos\Neos\Service $vieSchemaBuilder
Résultat Neos\Neos\Service\VieSchemaBuilder