Connection.php

Namespace

Drupal\Driver\Database\CoreFake

File

core/tests/fixtures/database_drivers/custom/CoreFake/Connection.php

View source
<?php

namespace Drupal\Driver\Database\CoreFake;

use Drupal\Core\Database\Driver\CoreFake\Connection as CoreFakeConnection;

/**
 * A test implementation of \Drupal\Core\Database\Connection.
 */
class Connection extends CoreFakeConnection {

}

Classes

Title Deprecated Summary
Connection A test implementation of \Drupal\Core\Database\Connection.

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