function Extension::getPathname
Same name in this branch
- 11.1.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
1 call to Extension::getPathname()
- Extension::parseInfo in vendor/
mglaman/ phpstan-drupal/ src/ Drupal/ Extension.php
File
-
vendor/
mglaman/ phpstan-drupal/ src/ Drupal/ Extension.php, line 141
Class
- Extension
- Defines an extension (file) object.
Namespace
mglaman\PHPStanDrupal\DrupalCode
public function getPathname() : string {
return $this->pathname;
}