DatabaseDriverList::$includeTestDrivers

Same name and namespace in other branches
  1. 11.x 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 30

Class

DatabaseDriverList
Provides a list of available database drivers.

Namespace

Drupal\Core\Extension

Code

private ?bool $includeTestDrivers = NULL;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.