function Extension::getPathname
Returns the relative path and filename of the extension's info file.
Return value
string
1 method overrides Extension::getPathname()
- DatabaseDriver::getPathname in core/
lib/ Drupal/ Core/ Extension/ DatabaseDriver.php - Returns the relative path and filename of the extension's info file.
File
-
core/
lib/ Drupal/ Core/ Extension/ Extension.php, line 112
Class
- Extension
- Defines an extension (file) object.
Namespace
Drupal\Core\ExtensionCode
public function getPathname() {
return $this->pathname;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.