You are here

private property TrailingSlashOutboundPathProcessor::$checkingPaths in Trailing Slash 8

Var to collect which paths I'm checking to prevent maximum function nesting level.

Type: array

File

src/PathProcessor/TrailingSlashOutboundPathProcessor.php, line 26

Class

TrailingSlashOutboundPathProcessor
Class TrailingSlashOutboundPathProcessor.

Namespace

Drupal\trailing_slash\PathProcessor

Code

private $checkingPaths = [];