You are here

protected property PostRequestIndexing::$recursion in Search API 8

Keeps track of how often destruct() was called recursively.

This is used to avoid infinite recursions.

Type: int

File

src/Utility/PostRequestIndexing.php, line 34

Class

PostRequestIndexing
Provides a service for indexing items at the end of the page request.

Namespace

Drupal\search_api\Utility

Code

protected $recursion = 0;