LinkPageContentBuilderInterface

Extends

Interface LinkPageContentBuilderInterface

category

System

package

Content

subpackage

Interfaces

Methods

Set the page position

inPosition(\PagePosition $position) : \LinkPageContentBuilder

Arguments

$position

\PagePosition

Page position

Response

\LinkPageContentBuilder

Same instance

Set the content group id

usingId(integer|null $id = null) : \LinkPageContentBuilder

Arguments

$id

integer|null

Response

\LinkPageContentBuilder

Same instance

Set the localized content names

usingNames(\ContentNameCollection $names) : \LinkPageContentBuilder

Arguments

$names

\ContentNameCollection

Localized names

Response

\LinkPageContentBuilder

Same instance

Set whether the link page opens in a new tab

usingOpenInNewTabStatus(\ContentOpenInNewTabStatus $openInNewTabStatus) : \LinkPageContentBuilder

Arguments

$openInNewTabStatus

\ContentOpenInNewTabStatus

Whether the link page opens in a new tab

Response

\LinkPageContentBuilder

Same instance

Set the activation status

usingStatus(\ContentStatus $status) : \LinkPageContentBuilder

Arguments

$status

\ContentStatus

Activation status

Response

\LinkPageContentBuilder

Same instance

Set the localized content titles

usingTitles(\ContentTitleCollection $titles) : \LinkPageContentBuilder

Arguments

$titles

\ContentTitleCollection

Localized titles

Response

\LinkPageContentBuilder

Same instance