This class represents a link page content entity
|
category
|
System
|
|
package
|
Content
|
Methods
LinkPageContent constructor
__construct(\ContentPositionInterface $pagePosition, \ContentStatusInterface $status, \ContentTitleCollection $titles, \ContentNameCollection $names, \ContentLinkCollection $links, \ContentOpenInNewTabStatus $opensInNewTabStatus)
Return whether the content is active
isActive() : boolean
Return whether the content is opened in a new tab
isOpeningInNewTab() : boolean
Return the localized content links
links() : \ContentLinkCollection
Return the localized content names
names() : \ContentNameCollection
Return the content position
position() : string
Return the localized content titles
titles() : \ContentTitleCollection
Return the content type
type() : string
Properties
Content type
type : string
Content position
position : string
Content is active
status : boolean
Localized content titles
titles : \ContentTitleCollection
Localized content names
names : \ContentNameCollection
Localized content links
links : \ContentLinkCollection
content is opening in new tab
opensInNewTabStatus : boolean