function Extension::getFilename

Returns the filename of the extension's info file.

Return value

string

File

core/lib/Drupal/Core/Extension/Extension.php, line 116

Class

Extension
Defines an extension (file) object.

Namespace

Drupal\Core\Extension

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.