Property | Type | Description | |
---|---|---|---|
$originalAssetPath | |||
$originalViewPath |
Property | Type | Description | |
---|---|---|---|
$defaultAlias | {@inheritDoc} |
Method | Description | |
---|---|---|
getSaveValue ( $value ) : array | Returns an array of translated values for this field | |
init ( ) | {@inheritDoc} | |
onAddItem ( ) | ||
onSwitchItemLocale ( ) | ||
prepareVars ( ) | ||
render ( ) | {@inheritDoc} |
Method | Description | |
---|---|---|
actAsParent ( $switch = true ) | ||
getLocaleSaveDataAsArray ( $locale ) : array | Returns the stored locale data as an array. | |
getPrimarySaveDataAsArray ( ) : array | Gets the active values from the selected locale. | |
loadAssets ( ) | {@inheritDoc} | |
reprocessExistingLocaleItems ( $data ) : void | Recreates form widgets based on number of repeater items. | |
rewritePostValues ( ) : void | Since the locker does always contain the latest values, this method will take the save data from the repeater and merge it in to the locker based on which ever locale is selected using an item map |
protected getLocaleSaveDataAsArray ( $locale ) : array | ||
return | array |
protected getPrimarySaveDataAsArray ( ) : array | ||
return | array |
public getSaveValue ( $value ) : array | ||
return | array |
protected reprocessExistingLocaleItems ( $data ) : void | ||
return | void |
protected rewritePostValues ( ) : void | ||
return | void |