You are here

public function IndexInterface::isBatchTracking in Search API 8

Determines whether the index is currently in "batch tracking" mode.

Return value

bool Whether the index is currently in "batch tracking" mode.

2 methods override IndexInterface::isBatchTracking()
Index::isBatchTracking in src/Entity/Index.php
Determines whether the index is currently in "batch tracking" mode.
UnsavedIndexConfiguration::isBatchTracking in src/UnsavedIndexConfiguration.php
Determines whether the index is currently in "batch tracking" mode.

File

src/IndexInterface.php, line 619

Class

IndexInterface
Defines the interface for index entities.

Namespace

Drupal\search_api

Code

public function isBatchTracking();