public static function DrupalVariable::checkRequirements in Devel 8
Same name and namespace in other branches
- 8.2 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\DumperCode
public static function checkRequirements() {
return TRUE;
}