Created
June 1, 2016 09:02
-
-
Save bka/fc0de0f9f0768afaeb01a08ae9669592 to your computer and use it in GitHub Desktop.
Get Modules Base Path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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