ThemeWriterInterface
in
Interface ThemeWriterInterface
Table of Contents
- save() : void
- Saves the given them to the destination.
Methods
save()
Saves the given them to the destination.
public
save(ThemeInterface $theme, ThemeDirectoryRootInterface $destination) : void
Parameters
- $theme : ThemeInterface
-
Theme to be saved.
- $destination : ThemeDirectoryRootInterface
-
Destination directory.