App\Console\Commands\ThemeMake::getPath PHP Method

getPath() protected method

get theme directory
protected getPath ( ) : PluginEntity
return Xpressengine\Plugin\PluginEntity
    protected function getPath()
    {
        $path = $this->argument('path');
        list($plugin, $path) = explode('/', $path, 2);
        return $path;
    }