function ExtensionStreamBase::getDirectoryPath
File
-
core/
lib/ Drupal/ Core/ StreamWrapper/ ExtensionStreamBase.php, line 105
Class
- ExtensionStreamBase
- Defines a base stream wrapper implementation for extension assets.
Namespace
Drupal\Core\StreamWrapperCode
public function getDirectoryPath() {
$extension_name = $this->getExtensionName();
return $this->getExtension($extension_name)
->getPath();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.