phpDocumentor

StyleEditServiceInterface
in

Interface StyleEditServiceInterface

Table of Contents

forceCssCacheRenewal()  : bool
getCacheFilePath()  : string|null
getCacheFiles()  : array<string|int, mixed>
getCompiledTemplatesFolder()  : string|null
getCurrentTheme()  : string
getMasterFontVariableName()  : string
getPublishedThemePath()  : string|null
getStyleEditReader()  : StyleEditReaderInterface
- Create the class StyleEdit4Reader with the same interface as StyleEdit3Reader (create a wrapper and a factory)
getStyleFileName()  : string
isAuthenticated()  : bool
isEditing()  : bool
isInEditMode()  : bool
isThemeSystemActive()  : bool
parseContentManagerRequestData()  : array<string|int, mixed>
styleEditIsInstalled()  : bool
styleEditStylesExists()  : bool
styleEditTemplateExists()  : bool

Methods

getCacheFiles()

public getCacheFiles() : array<string|int, mixed>
Return values
array<string|int, mixed>
  • return an empty array

isAuthenticated()

public isAuthenticated() : bool
Return values
bool
  • Needed to implement the StyleEdit4 Authentication class

parseContentManagerRequestData()

public parseContentManagerRequestData(array<string|int, mixed> $requestData) : array<string|int, mixed>
Parameters
$requestData : array<string|int, mixed>
Return values
array<string|int, mixed>

styleEditTemplateExists()

public styleEditTemplateExists() : bool
Return values
bool
  • Specific for StyleEdit3 - Always return true on StyleEdit 4

Search results