function DbCommandBaseTester::getDatabaseConnection

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php \Drupal\Tests\system\Kernel\Scripts\DbCommandBaseTester::getDatabaseConnection()

File

core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php, line 125

Class

DbCommandBaseTester
Concrete command implementation for testing base features.

Namespace

Drupal\Tests\system\Kernel\Scripts

Code

public function getDatabaseConnection(InputInterface $input) {
  return parent::getDatabaseConnection($input);
}

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