class SitemapCreateCommand extends Command

Console command to create sitemap of pages, executed with 'pageedit:createSitemap'

Properties

private ConfigServiceInterface $configService Stores ConfigServiceInterface
private PageEditServiceInterface $pageEditService Stores PageEditServiceInterface
private Environment $environment Stores Environment

Methods

__construct(ConfigServiceInterface $configService, PageEditServiceInterface $pageEditService, Environment $environment)

No description

configure()

No description

execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Details

at line 39
__construct(ConfigServiceInterface $configService, PageEditServiceInterface $pageEditService, Environment $environment)

Parameters

ConfigServiceInterface $configService
PageEditServiceInterface $pageEditService
Environment $environment

at line 51
protected configure()

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

{@inheritdoc}

Parameters

InputInterface $input
OutputInterface $output