public function UnsavedIndexConfiguration::getTrackerId in Search API 8
Retrieves the tracker plugin's ID.
Return value
string The ID of the tracker plugin used by this index.
Overrides IndexInterface::getTrackerId
File
- src/
UnsavedIndexConfiguration.php, line 307
Class
- UnsavedIndexConfiguration
- Represents a configuration of an index that was not yet permanently saved.
Namespace
Drupal\search_apiCode
public function getTrackerId() {
return $this->entity
->getTrackerId();
}