PKPSubmissionMetadataViewForm::getLocaleFieldNames PHP Method

getLocaleFieldNames() public method

Get the names of fields for which data should be localized
public getLocaleFieldNames ( ) : array
return array
    function getLocaleFieldNames()
    {
        $this->_metadataFormImplem->getLocaleFieldNames();
    }