You are here

public function DebuggerInterface::callerRemove in Acquia Purge 8

Remove the current caller from the callgraph.

Parameters

string|object $caller: Fully namespaced class string or instantiated object.

1 method overrides DebuggerInterface::callerRemove()
Debugger::callerRemove in src/Plugin/Purge/Purger/Debugger.php
Remove the current caller from the callgraph.

File

src/Plugin/Purge/Purger/DebuggerInterface.php, line 37

Class

DebuggerInterface
Describes a centralized debugger for Acquia purger plugins.

Namespace

Drupal\acquia_purge\Plugin\Purge\Purger

Code

public function callerRemove($caller);