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/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Install/Tasks.php, line 15

Class

Tasks
Specifies installation tasks for CoreFakeWithAllCustomClasses.

Namespace

Drupal\core_fake\Driver\Database\CoreFakeWithAllCustomClasses\Install

Code

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

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