function Tasks::name
Returns the human-readable name of the driver.
Return value
string The human-readable name of the driver.
Overrides Tasks::name
File
-
core/
tests/ fixtures/ database_drivers/ custom/ fake/ Install/ Tasks.php, line 12
Class
Namespace
Drupal\Driver\Database\fake\InstallCode
public function name() {
return 'fake';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.