public function ThemeSystemStreamWrapper::getDirectoryPath in System stream wrapper 7
Implements abstract public function getDirectoryPath()
Overrides DrupalLocalStreamWrapper::getDirectoryPath
File
- ./
SystemStreamWrapper.inc, line 133
Class
- ThemeSystemStreamWrapper
- Stream wrapper for theme files using theme://.
Code
public function getDirectoryPath() {
return drupal_get_path('theme', $this
->getSystemName());
}