You are here

protected property Field::$indexId in Search API 8

The ID of the index this field is attached to.

This is only used to avoid serialization of the index in __sleep(). If present, the value of this property is used to load the correct index object again in getIndex().

Type: string

File

src/Item/Field.php, line 37

Class

Field
Represents a field on a search item that can be indexed.

Namespace

Drupal\search_api\Item

Code

protected $indexId;