function DatabaseDriver::getPathname

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Extension/DatabaseDriver.php \Drupal\Core\Extension\DatabaseDriver::getPathname()

Overrides Extension::getPathname

File

core/lib/Drupal/Core/Extension/DatabaseDriver.php, line 223

Class

DatabaseDriver
Defines a database driver extension object.

Namespace

Drupal\Core\Extension

Code

public function getPathname() {
    throw new \LogicException(__METHOD__ . '() is not implemented');
}

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