PHP Interface Neos\Neos\Domain\Service\NodeSearchServiceInterface

Afficher le fichier Open project: neos/neos-development-collection Interface Usage Examples

Méthodes publiques

Méthode Description
findByProperties ( string $term, array $searchNodeTypes, Context $context ) : array<\Neos\ContentRepository\Domain\Model\NodeInterface>

Method Details

findByProperties() public méthode

public findByProperties ( string $term, array $searchNodeTypes, Context $context ) : array<\Neos\ContentRepository\Domain\Model\NodeInterface>
$term string
$searchNodeTypes array
$context Neos\ContentRepository\Domain\Service\Context
Résultat array<\Neos\ContentRepository\Domain\Model\NodeInterface>