PublishedThemeValidationService
in package
implements
PublishedThemeValidationServiceInterface
Class PublishedThemeValidationService
Interfaces, Classes and Traits
- PublishedThemeValidationServiceInterface
- Interface PublishedThemeValidationServiceInterface
Table of Contents
- $repository : PublishedThemePathRepositoryInterface
- $shopPaths : ShopPathsInterface
- $cacheControl : CacheControl
- __construct() : mixed
- PublishedThemeValidationService constructor.
- publishedThemeIsValid() : bool
- removePublishedTheme() : void
Properties
$repository
protected
PublishedThemePathRepositoryInterface
$repository
$shopPaths
protected
ShopPathsInterface
$shopPaths
$cacheControl
private
CacheControl
$cacheControl
Methods
__construct()
PublishedThemeValidationService constructor.
public
__construct(PublishedThemePathRepositoryInterface $repository, ShopPathsInterface $shopPaths, CacheControl $cacheControl) : mixed
Parameters
- $repository : PublishedThemePathRepositoryInterface
- $shopPaths : ShopPathsInterface
- $cacheControl : CacheControl
Return values
mixed —publishedThemeIsValid()
public
publishedThemeIsValid() : bool
Tags
Return values
bool —removePublishedTheme()
public
removePublishedTheme() : void