Tasks.php

Namespace

Drupal\database_statement_monitoring_test\sqlite\Install

File

core/modules/system/tests/modules/database_statement_monitoring_test/src/sqlite/Install/Tasks.php

View source
<?php

namespace Drupal\database_statement_monitoring_test\sqlite\Install;

use Drupal\sqlite\Driver\Database\sqlite\Install\Tasks as BaseTasks;
@trigger_error('\\Drupal\\database_statement_monitoring_test\\sqlite\\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

Title Deprecated Summary
Tasks

in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement.


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