function ChromePhp::export

Overrides DevelDumperInterface::export

File

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

Class

ChromePhp
Provides a ChromePhp dumper plugin.

Namespace

Drupal\devel\Plugin\Devel\Dumper

Code

public function export($input, $name = NULL) {
    $this->dump($input);
    return $this->t('Dump was redirected to the console.');
}