You are here

public function IndexInterface::getTrackerId in Search API 8

Retrieves the tracker plugin's ID.

Return value

string The ID of the tracker plugin used by this index.

2 methods override IndexInterface::getTrackerId()
Index::getTrackerId in src/Entity/Index.php
Retrieves the tracker plugin's ID.
UnsavedIndexConfiguration::getTrackerId in src/UnsavedIndexConfiguration.php
Retrieves the tracker plugin's ID.

File

src/IndexInterface.php, line 214

Class

IndexInterface
Defines the interface for index entities.

Namespace

Drupal\search_api

Code

public function getTrackerId();