class ExportThemePluginUtil

Class ExportThemePluginUtil contains logic for executing commands from request

Methods

static string
exportTheme(string $theme, bool $includePlugin)

Export theme and plugins by theme name

static string
exportPlugin(string $plugin)

Export specific plugin or all of them

static 
copyTheme(string $theme)

Prepare theme for productions

Details

at line 30
static string exportTheme(string $theme, bool $includePlugin)

Export theme and plugins by theme name

Parameters

string $theme
bool $includePlugin

Return Value

string

at line 41
static string exportPlugin(string $plugin)

Export specific plugin or all of them

Parameters

string $plugin

Return Value

string

at line 50
static copyTheme(string $theme)

Prepare theme for productions

Parameters

string $theme