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/core/corefake/Install/Tasks.php, line 12

Class

Tasks

Namespace

Drupal\Core\Database\Driver\corefake\Install

Code

public function name() {
  return 'corefake';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.