Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Tasks.php

function Tasks::name

Same name in this branch
  1. 11.1.x core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php \Drupal\pgsql\Driver\Database\pgsql\Install\Tasks::name()
  2. 11.1.x core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php \Drupal\sqlite\Driver\Database\sqlite\Install\Tasks::name()
  3. 11.1.x core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php \Drupal\mysql\Driver\Database\mysql\Install\Tasks::name()

Returns the human-readable name of the driver.

Return value

string The human-readable name of the driver.

1 call to Tasks::name()
Tasks::runTestQuery in core/lib/Drupal/Core/Database/Install/Tasks.php
Ensures the database can execute commands with the current user.
3 methods override Tasks::name()
Tasks::name in core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
Returns the human-readable name of the driver.
Tasks::name in core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php
Returns the human-readable name of the driver.
Tasks::name in core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php
Returns the human-readable name of the driver.

File

core/lib/Drupal/Core/Database/Install/Tasks.php, line 129

Class

Tasks
Database installer structure.

Namespace

Drupal\Core\Database\Install

Code

public abstract function name();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal