Select.php

Namespace

Drupal\driver_test\Driver\Database\DrivertestMysqlDeprecatedVersion

File

core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Select.php

View source
<?php

namespace Drupal\driver_test\Driver\Database\DrivertestMysqlDeprecatedVersion;

use Drupal\mysql\Driver\Database\mysql\Select as CoreSelect;

/**
 * MySQL test implementation of \Drupal\Core\Database\Query\Select.
 */
class Select extends CoreSelect {

}

Classes

Title Deprecated Summary
Select MySQL test implementation of \Drupal\Core\Database\Query\Select.

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