Documentation

CustomCss
in package
Uses UtilsProvider

Custom CSS.

Table of Contents

Constants

DEFAULT_ANTI_AD_BLOCKER  = 'y'
DEFAULT_CSS  = ''
SECTION  = \DevOwl\RealCookieBanner\view\BannerCustomize::PANEL_MAIN . '-custom-css'
SETTING  = RCB_OPT_PREFIX . '-banner-custom-css'
SETTING_ANTI_AD_BLOCKER  = self::SETTING . '-anti-ad-blocker'
SETTING_CSS  = self::SETTING . '-css'

Methods

args()  : mixed
Return arguments for this section.
getPluginConstantPrefix()  : string
Get the prefix of this plugin so composer packages can dynamically build other constant values on it.

Constants

DEFAULT_ANTI_AD_BLOCKER

public mixed DEFAULT_ANTI_AD_BLOCKER = 'y'

SECTION

public mixed SECTION = \DevOwl\RealCookieBanner\view\BannerCustomize::PANEL_MAIN . '-custom-css'

SETTING

public mixed SETTING = RCB_OPT_PREFIX . '-banner-custom-css'

SETTING_ANTI_AD_BLOCKER

public mixed SETTING_ANTI_AD_BLOCKER = self::SETTING . '-anti-ad-blocker'

SETTING_CSS

public mixed SETTING_CSS = self::SETTING . '-css'

Methods

args()

Return arguments for this section.

public args() : mixed

getPluginConstantPrefix()

Get the prefix of this plugin so composer packages can dynamically build other constant values on it.

public getPluginConstantPrefix() : string
Tags
codeCoverageIgnore

It only returns a string with the constant prefix

Return values
string

        
On this page

Search results