function DatabaseDriver::getExtensionPathname

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Extension/DatabaseDriver.php \Drupal\Core\Extension\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\Extension

Code

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.