BuiltInStepProcessors
in package
Class BuiltInStepProcessors
Table of Contents
- __construct() : mixed
- BuiltInStepProcessors constructor.
- get_all() : array<string|int, mixed>
- Returns an array of all step processors.
- create_install_plugins_processor() : ImportInstallPlugin
- Creates the processor for installing plugins.
- create_install_themes_processor() : ImportInstallTheme
- Creates the processor for installing themes.
Methods
__construct()
BuiltInStepProcessors constructor.
public
__construct() : mixed
Return values
mixed —get_all()
Returns an array of all step processors.
public
get_all() : array<string|int, mixed>
Return values
array<string|int, mixed> — The array of step processors.create_install_plugins_processor()
Creates the processor for installing plugins.
private
create_install_plugins_processor() : ImportInstallPlugin
Return values
ImportInstallPlugin — The processor for installing plugins.create_install_themes_processor()
Creates the processor for installing themes.
private
create_install_themes_processor() : ImportInstallTheme