You are here

protected property Debugger::$callGraph in Acquia Purge 8

Supporting variable for ::callerAdd() and ::callerRemove.

Type: string[]

File

src/Plugin/Purge/Purger/Debugger.php, line 33

Class

Debugger
Provides a centralized debugger for Acquia purger plugins.

Namespace

Drupal\acquia_purge\Plugin\Purge\Purger

Code

protected $callGraph = [];