PKPSubmissionMetadataFormImplementation::getLocaleFieldNames PHP Method

getLocaleFieldNames() public method

Get the names of fields for which data should be localized
public getLocaleFieldNames ( ) : array
return array
    function getLocaleFieldNames()
    {
        return array('title', 'prefix', 'subtitle', 'abstract', 'coverage', 'type', 'source', 'rights');
    }