public function SearchApiPageInterface::getFullTextFields in Search API Pages 8
Retrieves a list of all available fulltext fields.
Return value
string[] An options list of fulltext field identifiers mapped to their prefixed labels.
File
- src/
SearchApiPageInterface.php, line 59
Class
- SearchApiPageInterface
- Provides an interface for defining Search page entities.
Namespace
Drupal\search_api_pageCode
public function getFullTextFields();