DatabaseDriverList::$includeTestDrivers
Same name in other branches
- 10 core/lib/Drupal/Core/Extension/DatabaseDriverList.php \Drupal\Core\Extension\DatabaseDriverList::includeTestDrivers
Determines whether test drivers shall be included in the discovery.
If FALSE, all 'tests' directories are excluded from the search. If NULL, it will be determined by the 'extension_discovery_scan_tests' setting.
Type: includeTestDrivers
File
-
core/
lib/ Drupal/ Core/ Extension/ DatabaseDriverList.php, line 29
Class
- DatabaseDriverList
- Provides a list of available database drivers.
Namespace
Drupal\Core\ExtensionCode
private ?bool $includeTestDrivers = NULL;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.