function Tasks::name
Return the human-readable name of the driver.
1 call to Tasks::name()
- Tasks::runTestQuery in core/
lib/ Drupal/ Core/ Database/ Install/ Tasks.php - Run SQL tests to ensure the database can execute commands with the current user.
6 methods override Tasks::name()
- Tasks::name in core/
tests/ fixtures/ database_drivers/ module/ corefake/ src/ Driver/ Database/ corefake/ Install/ Tasks.php - Return the human-readable name of the driver.
- Tasks::name in core/
tests/ fixtures/ database_drivers/ core/ corefake/ Install/ Tasks.php - Return the human-readable name of the driver.
- Tasks::name in core/
tests/ fixtures/ database_drivers/ custom/ fake/ Install/ Tasks.php - Return the human-readable name of the driver.
- Tasks::name in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Install/ Tasks.php - Return the human-readable name of the driver.
- Tasks::name in core/
lib/ Drupal/ Core/ Database/ Driver/ mysql/ Install/ Tasks.php - Return the human-readable name of the driver.
File
-
core/
lib/ Drupal/ Core/ Database/ Install/ Tasks.php, line 113
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.