Ojs\JournalBundle\Form\Type\JournalUserEditType::getParent PHP Method

getParent() public method

Returns the parent of this type.
public getParent ( ) : string
return string The parent of this type
    public function getParent()
    {
        return 'ojs_journalbundle_journaluser';
    }
JournalUserEditType