You are here

Tasks.php in Drupal driver for SQL Server and SQL Azure 4.2.x

File

tests/database_statement_monitoring_test/Install/Tasks.php
View source
<?php

namespace Drupal\database_statement_monitoring_test\sqlsrv\Install;

use Drupal\sqlsrv\Driver\Database\sqlsrv\Install\Tasks as BaseTasks;
class Tasks extends BaseTasks {

}

Classes

Namesort descending Description
Tasks