AbntSettingsForm::getLocaleFieldNames PHP Method

getLocaleFieldNames() public method

Get the list of field names for which localized settings are used.
public getLocaleFieldNames ( ) : array
return array
    function getLocaleFieldNames()
    {
        return array('location');
    }