Skip to content

Instantly share code, notes, and snippets.

@bka
Created June 1, 2016 09:02
Show Gist options
  • Save bka/fc0de0f9f0768afaeb01a08ae9669592 to your computer and use it in GitHub Desktop.
Save bka/fc0de0f9f0768afaeb01a08ae9669592 to your computer and use it in GitHub Desktop.
Get Modules Base Path
$componentReigstrar = $this->objectManager->get('\Magento\Framework\Component\ComponentRegistrarInterface');
$path = $componentReigstrar->getPath(ComponentRegistrar::MODULE, 'Vendor_Modulename');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment