PHP Class Neos\NodeTypes\Service\DataSource\FormDefinitionDataSource

Inheritance: extends Neos\Neos\Service\DataSource\AbstractDataSource
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$identifier string
$yamlPersistenceManager Neos\Form\Persistence\YamlPersistenceManager

Méthodes publiques

Méthode Description
getData ( Neos\ContentRepository\Domain\Model\NodeInterface $node = null, array $arguments ) : Neos\Flow\Persistence\QueryResultInterface

Method Details

getData() public méthode

public getData ( Neos\ContentRepository\Domain\Model\NodeInterface $node = null, array $arguments ) : Neos\Flow\Persistence\QueryResultInterface
$node Neos\ContentRepository\Domain\Model\NodeInterface
$arguments array
Résultat Neos\Flow\Persistence\QueryResultInterface

Property Details

$identifier protected_oe static_oe property

protected static string $identifier
Résultat string

$yamlPersistenceManager protected_oe property

protected YamlPersistenceManager,Neos\Form\Persistence $yamlPersistenceManager
Résultat Neos\Form\Persistence\YamlPersistenceManager