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

namespace Drupal\driver_test\Driver\Database\DrivertestPgsql\Install;

include_once dirname(__DIR__, 9) . '/pgsql/src/Driver/Database/pgsql/Install/Tasks.php';
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 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.