You are here

public function DrupalMap::getFileName in Sophron 8

Returns this file's fully qualified filename.

Return value

string The full file path of this file.

File

src/Map/DrupalMap.php, line 27

Class

DrupalMap
Class for mapping file extensions to MIME types.

Namespace

Drupal\sophron\Map

Code

public function getFileName() {
  return __FILE__;
}