function DatabaseDriver::getExtensionPathname
Returns the relative path of the main extension file, if any.
Return value
string|null
Overrides Extension::getExtensionPathname
File
-
core/
lib/ Drupal/ Core/ Extension/ DatabaseDriver.php, line 237
Class
- DatabaseDriver
- Defines a database driver extension object.
Namespace
Drupal\Core\ExtensionCode
public function getExtensionPathname() {
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.