Expanded class hierarchy of Tasks
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Tasks:: |
protected | property | ||
Tasks:: |
protected | property | Results from tasks. | |
Tasks:: |
protected | property | Structure that describes each task to run. | |
Tasks:: |
protected | function | Check the engine version. | |
Tasks:: |
protected | function |
Check database connection and attempt to create database if the database is
missing. Overrides Tasks:: |
|
Tasks:: |
protected | function | Assert test as failed. | |
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 | Check whether Drupal is installable on the database. | |
Tasks:: |
public | function |
Minimum engine version. 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:: |
public | function | Validates driver specific configuration settings. |