function ChromePhp::checkRequirements

Overrides DevelDumperInterface::checkRequirements

File

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

Class

ChromePhp
Provides a ChromePhp dumper plugin.

Namespace

Drupal\devel\Plugin\Devel\Dumper

Code

public static function checkRequirements() {
    return class_exists('ChromePhp', TRUE);
}