function InstallHelper::getModulePath
Set module_path variable.
Return value
$this
File
-
core/
profiles/ demo_umami/ modules/ demo_umami_content/ src/ InstallHelper.php, line 161
Class
- InstallHelper
- Defines a helper class for importing default content.
Namespace
Drupal\demo_umami_contentCode
protected function getModulePath() {
$this->module_path = $this->moduleHandler
->getModule('demo_umami_content')
->getPath();
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.