phpDocumentor

ThemeContentManagerEntryStorage extends ConfigurationStorage
in package

Class ThemeContentManagerEntryStorage

Table of Contents

CONFIG_STORAGE_NAMESPACE  = 'main_components/gambio/content_manager'
Configuration storage namespace
SECRET_CONFIG_KEY_TEMPLATE  = 'installed/{THEME_ID}'
Secret configuration key name template
__construct()  : mixed
ThemeContentManagerEntryStorage constructor.
contentManagerEntriesCreatedForTheme()  : bool
storeContentManagerEntriesCreatedForTheme()  : ThemeContentManagerEntryStorage
Stores to the database that content manager entries have been created
configurationKeyForTheme()  : string
Return the substituted configuration key string for the provided shop ID

Constants

Methods

configurationKeyForTheme()

Return the substituted configuration key string for the provided shop ID

protected configurationKeyForTheme(StringType $themeId) : string
Parameters
$themeId : StringType

Theme ID

Tags
throws
Exception
Return values
string

Substituted secret configuration key

Search results