protected property Item::$indexId in Search API 8
The ID of the index with which this item is associated.
This is only used to avoid serialization of the index in __sleep() and __wakeup().
Type: string
File
- src/
Item/ Item.php, line 38
Class
- Item
- Provides a default implementation for a search item.
Namespace
Drupal\search_api\ItemCode
protected $indexId;