You are here

class ApdqcFakeDbh in Asynchronous Prefetch Database Query Cache 7

Fake DatabaseConnection handler.

Hierarchy

Expanded class hierarchy of ApdqcFakeDbh

File

./apdqc.log.inc, line 104
Creates a fake db statement for devel query logging.

View source
class ApdqcFakeDbh {

  /**
   * Returns the target this connection is associated with.
   *
   * @return string
   *   The target string of this connection.
   */
  public function getTarget() {
    return Database::getConnection()
      ->getTarget();
  }

}

Members

Namesort descending Modifiers Type Description Overrides
ApdqcFakeDbh::getTarget public function Returns the target this connection is associated with.