Same filename in this branch
  1. 10 core/lib/Drupal/Core/Database/Install/Tasks.php
  2. 10 core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php
  3. 10 core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
  4. 10 core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
  5. 10 core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php
  6. 10 core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
  7. 10 core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php
  8. 10 core/modules/system/tests/modules/database_statement_monitoring_test/src/mysql/Install/Tasks.php
  9. 10 core/modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Install/Tasks.php
  10. 10 core/modules/system/tests/modules/database_statement_monitoring_test/src/sqlite/Install/Tasks.php
  11. 10 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Install/Tasks.php
  12. 10 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Install/Tasks.php
  13. 10 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Install/Tasks.php
  14. 10 core/tests/Drupal/Tests/Core/Database/fixtures/core/modules/driver_missing_dependency_test/src/Driver/Database/MissingDependency/Install/Tasks.php
Same filename and directory in other branches
  1. 8.9.x core/modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Install/Tasks.php
  2. 9 core/modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Install/Tasks.php

Namespace

Drupal\database_statement_monitoring_test\pgsql\Install

File

core/modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Install/Tasks.php
View source
<?php

namespace Drupal\database_statement_monitoring_test\pgsql\Install;

use Drupal\pgsql\Driver\Database\pgsql\Install\Tasks as BaseTasks;
@trigger_error('\\Drupal\\database_statement_monitoring_test\\pgsql\\Install\\Tasks is deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. See https://www.drupal.org/node/3318162', E_USER_DEPRECATED);

/**
 * @deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. There is no
 *   replacement.
 *
 * @see https://www.drupal.org/node/3318162
 */
class Tasks extends BaseTasks {

}

Classes

Namesort descending Description
Tasks Deprecated