class EmpireBackendThemeInstallAssetsCommand extends AbstractAssetsDumpCommand

Class EmpireBackendThemeInstallAssetsCommand - installs backend theme web assets under a public web directory

Properties

protected AssetFactory $factory from AbstractAssetsDumpCommand
protected Parser $parser from AbstractAssetsDumpCommand
protected $basePath from AbstractAssetsDumpCommand

Methods

initialize(InputInterface $input, OutputInterface $stdout)

No description

dumpAssets(string $filePath, OutputInterface $output)

Dump assets

configure()

{@inheritdoc}

execute(InputInterface $input, OutputInterface $output)

Installs backend theme web assets under a public web directory {@inheritdoc}

Details

protected initialize(InputInterface $input, OutputInterface $stdout)

Parameters

InputInterface $input
OutputInterface $stdout

protected dumpAssets(string $filePath, OutputInterface $output)

Dump assets

Parameters

string $filePath
OutputInterface $output

at line 30
protected configure()

{@inheritdoc}

at line 51
protected execute(InputInterface $input, OutputInterface $output)

Installs backend theme web assets under a public web directory {@inheritdoc}

Parameters

InputInterface $input
OutputInterface $output

Exceptions

InvalidArgumentException When the target directory does not exist or symlink cannot be used
Exception