function Tasks::name
Overrides Tasks::name
File
-
core/
modules/ mysqli/ src/ Driver/ Database/ mysqli/ Install/ Tasks.php, line 24
Class
- Tasks
- Specifies installation tasks for MySQLi.
Namespace
Drupal\mysqli\Driver\Database\mysqli\InstallCode
public function name() {
return $this->t('@parent via mysqli (Experimental)', [
'@parent' => parent::name(),
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.