function DatabaseDriver::getPathname
Same name in other branches
- 11.x 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\ExtensionCode
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.