Ojs\JournalBundle\Entity\Article::getPrimaryLanguage PHP Method

getPrimaryLanguage() public method

public getPrimaryLanguage ( ) : string
return string
    public function getPrimaryLanguage()
    {
        return $this->primaryLanguage;
    }