You are here

public function ModuleSystemStreamWrapper::getDirectoryPath in System stream wrapper 7

Implements abstract public function getDirectoryPath()

Overrides DrupalLocalStreamWrapper::getDirectoryPath

File

./SystemStreamWrapper.inc, line 100

Class

ModuleSystemStreamWrapper

Code

public function getDirectoryPath() {
  return drupal_get_path('module', $this
    ->getSystemName());
}