Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.

You might want to read the documentation for the current version, PrestaShop 8. Read the current version of this page

MailTemplate domain

MailTemplate Commands

GenerateThemeMailTemplatesCommand

PrestaShop\PrestaShop\Core\Domain\MailTemplate\Command\GenerateThemeMailTemplatesCommand Class GenerateThemeMailsCommand generates email theme's templates for a specific language. If folders are not overridden in the command then MailTemplateGenerator will use the default output folders (in mails folder).

Command details
Constructor parameters
  • $string $themeName
  • $string $language
  • $?bool $overwriteTemplates = false
  • $?string $coreMailsFolder = ''
  • $?string $modulesMailFolder = ''
Handler class PrestaShop\PrestaShop\Core\Domain\MailTemplate\CommandHandler\GenerateThemeMailTemplatesCommandHandler

Implements:

  • PrestaShop\PrestaShop\Core\Domain\MailTemplate\CommandHandler\GenerateThemeMailTemplatesCommandHandlerInterface
Return type void

MailTemplate Queries