You are here

public static function DevelDumperInterface::checkRequirements in Devel 8

Same name and namespace in other branches
  1. 8.3 src/DevelDumperInterface.php \Drupal\devel\DevelDumperInterface::checkRequirements()
  2. 8.2 src/DevelDumperInterface.php \Drupal\devel\DevelDumperInterface::checkRequirements()
  3. 4.x src/DevelDumperInterface.php \Drupal\devel\DevelDumperInterface::checkRequirements()

Checks if requirements for this plugin are satisfied.

Return value

bool TRUE is requirements are satisfied, FALSE otherwise.

8 methods override DevelDumperInterface::checkRequirements()
AvailableTestDumper::checkRequirements in tests/modules/devel_dumper_test/src/Plugin/Devel/Dumper/AvailableTestDumper.php
Checks if requirements for this plugin are satisfied.
ChromePhp::checkRequirements in src/Plugin/Devel/Dumper/ChromePhp.php
Checks if requirements for this plugin are satisfied.
DoctrineDebug::checkRequirements in src/Plugin/Devel/Dumper/DoctrineDebug.php
Checks if requirements for this plugin are satisfied.
DrupalVariable::checkRequirements in src/Plugin/Devel/Dumper/DrupalVariable.php
Checks if requirements for this plugin are satisfied.
FirePhp::checkRequirements in src/Plugin/Devel/Dumper/FirePhp.php
Checks if requirements for this plugin are satisfied.

... See full list

File

src/DevelDumperInterface.php, line 57

Class

DevelDumperInterface
Base interface definition for DevelDumper plugins.

Namespace

Drupal\devel

Code

public static function checkRequirements();