PHP Interface Neos\Neos\Service\DataSource\DataSourceInterface

This is used in the user interface to generate dynamic option lists.
Afficher le fichier Open project: neos/neos-development-collection

Méthodes publiques

Méthode Description
getData ( Neos\ContentRepository\Domain\Model\NodeInterface $node = null, array $arguments ) : mixed Get data
getIdentifier ( ) : string

Method Details

getData() public méthode

The return value must be JSON serializable data structure.
public getData ( Neos\ContentRepository\Domain\Model\NodeInterface $node = null, array $arguments ) : mixed
$node Neos\ContentRepository\Domain\Model\NodeInterface The node that is currently edited (optional)
$arguments array Additional arguments (key / value)
Résultat mixed JSON serializable data

getIdentifier() public static méthode

public static getIdentifier ( ) : string
Résultat string The identifier of the data source