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

getKeywords() public method

public getKeywords ( ) : string
return string
    public function getKeywords()
    {
        return $this->getLogicalFieldTranslation('keywords', false);
    }