function DatabaseDriver::getPathname
Returns the relative path and filename of the extension's info file.
Return value
string
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.