Connection.php

Namespace

Drupal\core_fake\Driver\Database\CoreFake

File

core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFake/Connection.php

View source
<?php

namespace Drupal\core_fake\Driver\Database\CoreFake;

use Drupal\Driver\Database\fake\Connection as BaseConnection;

/**
 * CoreFake implementation of \Drupal\Core\Database\Connection.
 */
class Connection extends BaseConnection {
  
  /**
   * {@inheritdoc}
   */
  public $driver = 'CoreFake';

}

Classes

Title Deprecated Summary
Connection CoreFake implementation of \Drupal\Core\Database\Connection.

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