interface NodeSearchServiceInterface (View source)

Interface for the node search service for finding nodes based on a fulltext search

Methods

findByProperties(string $term, array $searchNodeTypes, Context $context)

No description

Details

NodeInterface[] findByProperties(string $term, array $searchNodeTypes, Context $context)

No description

Parameters

string $term
array $searchNodeTypes
Context $context

Return Value

NodeInterface[]