function Extension::getPathname
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Extension/Extension.php \Drupal\Core\Extension\Extension::getPathname()
- 10 core/lib/Drupal/Core/Extension/Extension.php \Drupal\Core\Extension\Extension::getPathname()
- 11.x core/lib/Drupal/Core/Extension/Extension.php \Drupal\Core\Extension\Extension::getPathname()
Returns the relative path and filename of the extension's info file.
Return value
string
File
-
core/
lib/ Drupal/ Core/ Extension/ Extension.php, line 107
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.