function ChromePhp::dump

Overrides DevelDumperBase::dump

1 call to ChromePhp::dump()
ChromePhp::export in src/Plugin/Devel/Dumper/ChromePhp.php
Returns a string representation of a variable.

File

src/Plugin/Devel/Dumper/ChromePhp.php, line 21

Class

ChromePhp
Provides a ChromePhp dumper plugin.

Namespace

Drupal\devel\Plugin\Devel\Dumper

Code

public function dump($input, $name = NULL) {
    \ChromePhp::log($input);
}