LocalizationMode : string

Enum representing available localization modes

Each mode describes a different strategy for localizing records.

Table of Contents

Cases

COPY  = 'copy'
TRANSLATE  = 'localize'

Methods

getDataHandlerCommand()  : string
Get the DataHandler command for this mode
getDescription()  : string
Get the description for this mode
getIconIdentifier()  : string
Get the icon identifier for this mode
getLabel()  : string
Get the human-readable label for this mode
getPriority()  : int
Get the priority of this mode (higher number = higher priority)
jsonSerialize()  : array<string|int, mixed>
Export mode data for JSON serialization (for API responses)

Cases

Methods

getDataHandlerCommand()

Get the DataHandler command for this mode

public getDataHandlerCommand() : string
Return values
string

getDescription()

Get the description for this mode

public getDescription() : string
Return values
string

getIconIdentifier()

Get the icon identifier for this mode

public getIconIdentifier() : string
Return values
string

getLabel()

Get the human-readable label for this mode

public getLabel() : string
Return values
string

getPriority()

Get the priority of this mode (higher number = higher priority)

public getPriority() : int
Return values
int

jsonSerialize()

Export mode data for JSON serialization (for API responses)

public jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results