You are here

protected property RedirectRepository::$foundRedirects in Redirect 8

An array of found redirect IDs to avoid recursion.

Type: array

File

src/RedirectRepository.php, line 34

Class

RedirectRepository

Namespace

Drupal\redirect

Code

protected $foundRedirects = [];