You are here

public function Extension::getPathname in Drupal 8

Same name and namespace in other branches
  1. 9 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 106

Class

Extension
Defines an extension (file) object.

Namespace

Drupal\Core\Extension

Code

public function getPathname() {
  return $this->pathname;
}