function Extension::getFilename
Same name in this branch
- 11.1.x vendor/mglaman/phpstan-drupal/src/Drupal/Extension.php \mglaman\PHPStanDrupal\Drupal\Extension::getFilename()
Returns the filename of the extension's info file.
Return value
string
1 method overrides Extension::getFilename()
- DatabaseDriver::getFilename in core/
lib/ Drupal/ Core/ Extension/ DatabaseDriver.php - Returns the filename of the extension's info file.
File
-
core/
lib/ Drupal/ Core/ Extension/ Extension.php, line 121
Class
- Extension
- Defines an extension (file) object.
Namespace
Drupal\Core\ExtensionCode
public function getFilename() {
return basename($this->pathname);
}