function 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.
7 methods override Tasks::name()
- 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.
- 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/
tests/ fixtures/ database_drivers/ module/ corefake/ src/ Driver/ Database/ corefake/ Install/ Tasks.php - Returns the human-readable name of the driver.
- Tasks::name in core/
tests/ fixtures/ database_drivers/ module/ corefake/ src/ Driver/ Database/ corefakeWithAllCustomClasses/ Install/ Tasks.php - Returns the human-readable name of the driver.
File
-
core/
lib/ Drupal/ Core/ Database/ Install/ Tasks.php, line 125
Class
- Tasks
- Database installer structure.
Namespace
Drupal\Core\Database\InstallCode
abstract public function name();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.