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/ module/ corefake/ src/ Driver/ Database/ corefakeWithAllCustomClasses/ Install/ Tasks.php, line 15
Class
- Tasks
- Specifies installation tasks for corefakeWithAllCustomClasses.
Namespace
Drupal\corefake\Driver\Database\corefakeWithAllCustomClasses\InstallCode
public function name() {
return 'corefakeWithAllCustomClasses';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.