function FirePhp::export

Overrides DevelDumperInterface::export

File

src/Plugin/Devel/Dumper/FirePhp.php, line 29

Class

FirePhp
Provides a FirePhp 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.');
}