Tasks.php

Namespace

Drupal\driver_test\Driver\Database\DriverTestPgsql\Install

File

core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestPgsql/Install/Tasks.php

View source
<?php

declare (strict_types=1);
namespace Drupal\driver_test\Driver\Database\DriverTestPgsql\Install;

use Drupal\pgsql\Driver\Database\pgsql\Install\Tasks as CoreTasks;

/**
 * Specifies installation tasks for PostgreSQL databases.
 */
class Tasks extends CoreTasks {
  
  /**
   * {@inheritdoc}
   */
  public function name() {
    return $this->t('PostgreSQL by the driver_test module');
  }

}

Classes

Title Deprecated Summary
Tasks Specifies installation tasks for PostgreSQL databases.

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