Drupal::MINIMUM_SUPPORTED_PHP
Minimum supported version of PHP.
Deprecated
in drupal:9.4.0 and is removed from drupal:10.0.0. Use \Drupal\Core\Utility\PhpRequirements::getMinimumSupportedPhp() instead.
See also
https://www.drupal.org/node/3261451
File
-
core/
lib/ Drupal.php, line 108
Class
- Drupal
- Static Service Container wrapper.
Code
const MINIMUM_SUPPORTED_PHP = '7.4.0';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.