Constants

RELEVANT_GROUP_TERM_KEYS

RELEVANT_GROUP_TERM_KEYS =array('term_id', 'slug', 'name', 'description')

RELEVANT_COOKIE_POST_KEYS

RELEVANT_COOKIE_POST_KEYS =array('ID', 'post_name', 'post_content', 'post_status', 'post_title', 'metas')

RELEVANT_BLOCKER_POST_KEYS

RELEVANT_BLOCKER_POST_KEYS =array('ID', 'post_name', 'post_content', 'post_status', 'post_title', 'metas')

RELEVANT_TCF_VENDOR_CONFIGURATION_POST_KEYS

RELEVANT_TCF_VENDOR_CONFIGURATION_POST_KEYS =array('ID', 'post_name', 'post_status', 'post_title', 'metas')

EXPORT_POST_STATI

EXPORT_POST_STATI =array('publish', 'private', 'draft')

Properties

$data

$data :

Type

Methods

getPluginConstantPrefix()

getPluginConstantPrefix(): string

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

Returns

string

appendSettings()

appendSettings()

Append settings to the output of the export.

appendCookieGroups()

appendCookieGroups()

Append cookie groups to the output of the export.

appendCookies()

appendCookies()

Append cookies to the output of the export.

appendBlocker()

appendBlocker()

Append content blocker to the output of the export.

appendTcfVendorConfigurations()

appendTcfVendorConfigurations()

Append TCF vendor configurations (if available) to the output of the export.

appendCustomizeBanner()

appendCustomizeBanner()

Append customize banner options to the output of the export.

finish()

finish(): array

Get the exported data as array.

Returns

array

instance()

instance()

Get singleton instance.

getExportGroups()

getExportGroups()

Get groups for export.

getExportCookies()

getExportCookies(array  $groups)

Get cookies for export.

Parameters

array $groups

Result of getExportGroups()

getExportBlocker()

getExportBlocker()

Get blocker for export.

getTcfVendorConfigurations()

getTcfVendorConfigurations()

Get TCF vendor configurations for export.

__construct()

__construct()

C'tor.