There is getCreatorName()
method which returns login name.
Is there a way to get a Full Name of page creator?
Can you try getCreator().getFullName() and see if it works?
Following is an example :-
ContentEntityObject ceo = pageManager.getById(pageID); ceo.getCreator().getFullName();
This code in used macro returns full name of creator. Thanks.
## @noparams $getCreator().getFullName()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's the getDisplayName() method too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.