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

Class

Tasks
Specifies installation tasks for corefake.

Namespace

Drupal\corefake\Driver\Database\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.