class Tasks in Drupal driver for SQL Server and SQL Azure 4.2.x
Same name in this branch
- 4.2.x tests/database_statement_monitoring_test/Install/Tasks.php \Drupal\database_statement_monitoring_test\sqlsrv\Install\Tasks
 - 4.2.x src/Driver/Database/sqlsrv/Install/Tasks.php \Drupal\sqlsrv\Driver\Database\sqlsrv\Install\Tasks
 
Same name and namespace in other branches
- 4.0.x tests/database_statement_monitoring_test/Install/Tasks.php \Drupal\database_statement_monitoring_test\sqlsrv\Install\Tasks
 - 4.1.x tests/database_statement_monitoring_test/Install/Tasks.php \Drupal\database_statement_monitoring_test\sqlsrv\Install\Tasks
 
Hierarchy
- class \Drupal\Core\Database\Install\Tasks
 
Expanded class hierarchy of Tasks
File
- tests/
database_statement_monitoring_test/ Install/ Tasks.php, line 7  
Namespace
Drupal\database_statement_monitoring_test\sqlsrv\InstallView source
class Tasks extends BaseTasks {
}Members
| 
            Name | 
                  Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| 
            Tasks:: | 
                  protected | property | 
            The name of the PDO driver this database type requires. Overrides Tasks:: | 
                  |
| 
            Tasks:: | 
                  protected | property | Results from tasks. | |
| 
            Tasks:: | 
                  protected | property | Structure that describes each task to run. | |
| 
            Tasks:: | 
                  protected | function | Check encoding is UTF8. | |
| 
            Tasks:: | 
                  protected | function | Check the engine version. | 1 | 
| 
            Tasks:: | 
                  protected | function | 
            Check if we can connect to the database. Overrides Tasks:: | 
                  |
| 
            Tasks:: | 
                  final public | function | Checks engine version requirements for the status report. | |
| 
            Tasks:: | 
                  protected | function | Assert test as failed. | |
| 
            Tasks:: | 
                  protected | function | Returns the database connection. | |
| 
            Tasks:: | 
                  public | function | 
            Return driver specific configuration options. Overrides Tasks:: | 
                  |
| 
            Tasks:: | 
                  protected | function | Ensure the PDO driver is supported by the version of PHP in use. | |
| 
            Tasks:: | 
                  public | function | Make SQLServer Drupal friendly. | |
| 
            Tasks:: | 
                  public | function | Check whether Drupal is installable on the database. | |
| 
            Tasks:: | 
                  protected | function | Determines if there is an active connection. | |
| 
            Tasks:: | 
                  public | function | 
            Return the minimum required version of the engine. Overrides Tasks:: | 
                  |
| 
            Tasks:: | 
                  public | function | 
            Return the human-readable name of the driver. Overrides Tasks:: | 
                  |
| 
            Tasks:: | 
                  protected | function | Assert test as a pass. | |
| 
            Tasks:: | 
                  public | function | Run database tasks and tests to see if Drupal can run on the database. | |
| 
            Tasks:: | 
                  protected | function | Run SQL tests to ensure the database can execute commands with the current user. | |
| 
            Tasks:: | 
                  protected | function | Translates a string to the current language or to a given language. | |
| 
            Tasks:: | 
                  public | function | Validates driver specific configuration settings. | |
| 
            Tasks:: | 
                  public | function | Constructs a \Drupal\Core\Database\Driver\pgsql\Install\Tasks object. |