You are here

protected function Tasks::hasPdoDriver in MongoDB 8

Ensure the PDO driver is supported by the version of PHP in use.

Overrides Tasks::hasPdoDriver

File

drivers/lib/Drupal/Driver/Database/mongodb/Install/Tasks.php, line 45

Class

Tasks

Namespace

Drupal\Driver\Database\mongodb\Install

Code

protected function hasPdoDriver() {
  throw new \LogicException('I am not supposed to be called.');
}