LinkPageContentBuilderInterface
in
Interface LinkPageContentBuilderInterface
Tags
Table of Contents
- inPosition() : LinkPageContentBuilder
- Set the page position
- usingDelete() : LinkPageContentBuilder
- Set the content delete
- usingId() : LinkPageContentBuilder
- Set the content group id
- usingLinks() : LinkPageContentBuilder
- Set the localized content links
- usingNames() : LinkPageContentBuilder
- Set the localized content names
- usingOpenInNewTabStatus() : LinkPageContentBuilder
- Set whether the link page opens in a new tab
- usingSortOrder() : LinkPageContentBuilder
- Set the content sort order
- usingStatus() : LinkPageContentBuilder
- Set the activation status
- usingTitles() : LinkPageContentBuilder
- Set the localized content titles
Methods
inPosition()
Set the page position
public
inPosition(PagePosition $position) : LinkPageContentBuilder
Parameters
- $position : PagePosition
-
Page position
Return values
LinkPageContentBuilder —Same instance
usingDelete()
Set the content delete
public
usingDelete([ContentDeleteInterface $deletable = null ]) : LinkPageContentBuilder
Parameters
- $deletable : ContentDeleteInterface = null
Return values
LinkPageContentBuilder —Same instance
usingId()
Set the content group id
public
usingId([ContentIdentificationInterface|null $id = null ]) : LinkPageContentBuilder
Parameters
- $id : ContentIdentificationInterface|null = null
Return values
LinkPageContentBuilder —Same instance
usingLinks()
Set the localized content links
public
usingLinks(ContentLinkCollection $links) : LinkPageContentBuilder
Parameters
- $links : ContentLinkCollection
-
Localized links
Return values
LinkPageContentBuilder —Same instance
usingNames()
Set the localized content names
public
usingNames(ContentNameCollection $names) : LinkPageContentBuilder
Parameters
- $names : ContentNameCollection
-
Localized names
Return values
LinkPageContentBuilder —Same instance
usingOpenInNewTabStatus()
Set whether the link page opens in a new tab
public
usingOpenInNewTabStatus(ContentOpenInNewTabStatusCollection $openInNewTabStatus) : LinkPageContentBuilder
Parameters
- $openInNewTabStatus : ContentOpenInNewTabStatusCollection
-
Whether the link page opens in a new tab
Return values
LinkPageContentBuilder —Same instance
usingSortOrder()
Set the content sort order
public
usingSortOrder([ContentSortOrderInterface $sortOrder = null ]) : LinkPageContentBuilder
Parameters
- $sortOrder : ContentSortOrderInterface = null
Return values
LinkPageContentBuilder —Same instance
usingStatus()
Set the activation status
public
usingStatus(ContentStatusCollection $status) : LinkPageContentBuilder
Parameters
- $status : ContentStatusCollection
-
Activation status
Return values
LinkPageContentBuilder —Same instance
usingTitles()
Set the localized content titles
public
usingTitles(ContentTitleCollection $titles) : LinkPageContentBuilder
Parameters
- $titles : ContentTitleCollection
-
Localized titles
Return values
LinkPageContentBuilder —Same instance