function Tasks::name
Same name in this branch
- 11.1.x core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php \Drupal\pgsql\Driver\Database\pgsql\Install\Tasks::name()
- 11.1.x core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php \Drupal\sqlite\Driver\Database\sqlite\Install\Tasks::name()
- 11.1.x core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php \Drupal\mysql\Driver\Database\mysql\Install\Tasks::name()
Returns the human-readable name of the driver.
Return value
string The human-readable name of the driver.
1 call to Tasks::name()
- Tasks::runTestQuery in core/
lib/ Drupal/ Core/ Database/ Install/ Tasks.php - Ensures the database can execute commands with the current user.
3 methods override Tasks::name()
- Tasks::name in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Install/ Tasks.php - Returns the human-readable name of the driver.
- Tasks::name in core/
modules/ sqlite/ src/ Driver/ Database/ sqlite/ Install/ Tasks.php - Returns the human-readable name of the driver.
- Tasks::name in core/
modules/ mysql/ src/ Driver/ Database/ mysql/ Install/ Tasks.php - Returns the human-readable name of the driver.
File
-
core/
lib/ Drupal/ Core/ Database/ Install/ Tasks.php, line 129
Class
- Tasks
- Database installer structure.
Namespace
Drupal\Core\Database\InstallCode
public abstract function name();