You are here

public static function DrupalVariable::checkRequirements in Devel 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/Devel/Dumper/DrupalVariable.php \Drupal\devel\Plugin\Devel\Dumper\DrupalVariable::checkRequirements()

Checks if requirements for this plugin are satisfied.

Return value

bool TRUE is requirements are satisfied, FALSE otherwise.

Overrides DevelDumperInterface::checkRequirements

File

src/Plugin/Devel/Dumper/DrupalVariable.php, line 57

Class

DrupalVariable
Provides a DrupalVariable dumper plugin.

Namespace

Drupal\devel\Plugin\Devel\Dumper

Code

public static function checkRequirements() {
  return TRUE;
}