Joomlatools\Console\Application::getPluginPath PHP Метод

getPluginPath() публичный Метод

Get the plugin path
public getPluginPath ( ) : string
Результат string Path to the plugins directory
    public function getPluginPath()
    {
        return $this->_plugin_path;
    }