You are here

public function IndexInterface::hasValidTracker in Search API 8

Determines whether the tracker is valid.

Return value

bool TRUE if the tracker is valid, otherwise FALSE.

2 methods override IndexInterface::hasValidTracker()
Index::hasValidTracker in src/Entity/Index.php
Determines whether the tracker is valid.
UnsavedIndexConfiguration::hasValidTracker in src/UnsavedIndexConfiguration.php
Determines whether the tracker is valid.

File

src/IndexInterface.php, line 206

Class

IndexInterface
Defines the interface for index entities.

Namespace

Drupal\search_api

Code

public function hasValidTracker();