You are here

public function IndexInterface::getFulltextFields in Search API 8

Retrieves all of this index's fulltext fields.

Return value

string[] An array containing the field identifiers of all indexed fulltext fields available for this index.

2 methods override IndexInterface::getFulltextFields()
Index::getFulltextFields in src/Entity/Index.php
Retrieves all of this index's fulltext fields.
UnsavedIndexConfiguration::getFulltextFields in src/UnsavedIndexConfiguration.php
Retrieves all of this index's fulltext fields.

File

src/IndexInterface.php, line 520

Class

IndexInterface
Defines the interface for index entities.

Namespace

Drupal\search_api

Code

public function getFulltextFields();