public function IndexManager::__construct in Drupal driver for SQL Server and SQL Azure 8
Same name and namespace in other branches
- 8.2 src/Indexes/IndexManager.php \Drupal\sqlsrv\Indexes\IndexManager::__construct()
Creates an instance of DefaultIndexes with a all defined indexes.
Parameters
Connection $connection :
File
- src/
Indexes/ IndexManager.php, line 24
Class
- IndexManager
- Default indexes to be deployed for CORE functionality.
Namespace
Drupal\sqlsrv\IndexesCode
public function __construct(Connection $connection) {
$this->connection = $connection;
}