PHP Interface Neos\Neos\Domain\Service\NodeSearchServiceInterface

Show file Open project: neos/neos-development-collection Interface Usage Examples

Public Methods

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

Method Details

findByProperties() public method

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