InfoPageContentBuilderInterface
in
Interface InfoPageContentBuilderInterface
Tags
Table of Contents
- inPosition() : InfoPageContentBuilder
- Set the page position
- usingAllowRobotsStatuses() : InfoPageContentBuilder
- Set the content "Allow robots" status
- usingDelete() : InfoPageContentBuilder
- Sets the content sort order
- usingDownloadFiles() : InfoPageContentBuilder
- Set the localized content download files
- usingHeadings() : InfoPageContentBuilder
- Set the localized content headings
- usingId() : InfoPageContentBuilder
- Set the content group id
- usingMetaDescriptions() : InfoPageContentBuilder
- Set the localized content meta descriptions
- usingMetaKeywords() : InfoPageContentBuilder
- Set the localized content meta keywords
- usingMetaTitles() : InfoPageContentBuilder
- Set the localized content meta titles
- usingNames() : InfoPageContentBuilder
- Set the localized content names
- usingOpengraphImages() : InfoPageContentBuilder
- Set the localized content OpenGraph images
- usingSitemaps() : InfoPageContentBuilder
- Set the content sitemap information
- usingSortOrder() : InfoPageContentBuilder
- Sets the content sort order
- usingStatus() : InfoPageContentBuilder
- Set the activation status
- usingTexts() : InfoPageContentBuilder
- Set the localized content texts
- usingTitles() : InfoPageContentBuilder
- Set the localized content titles
- usingUrlKeywords() : InfoPageContentBuilder
- Set the localized content URL keywords
- usingUrlRewrites() : InfoPageContentBuilder
- Set the localized content URL rewrite
Methods
inPosition()
Set the page position
public
inPosition(PagePosition $position) : InfoPageContentBuilder
Parameters
- $position : PagePosition
-
Page position
Return values
InfoPageContentBuilder —Same instance
usingAllowRobotsStatuses()
Set the content "Allow robots" status
public
usingAllowRobotsStatuses(ContentAllowRobotsStatusCollection $allowRobotsStatus) : InfoPageContentBuilder
Parameters
- $allowRobotsStatus : ContentAllowRobotsStatusCollection
-
"Allow robots" status
Return values
InfoPageContentBuilder —Same instance
usingDelete()
Sets the content sort order
public
usingDelete([ContentDeleteInterface $deletable = null ]) : InfoPageContentBuilder
Parameters
- $deletable : ContentDeleteInterface = null
Return values
InfoPageContentBuilder —Same instance
usingDownloadFiles()
Set the localized content download files
public
usingDownloadFiles(ContentDownloadFileCollection $downloads) : InfoPageContentBuilder
Parameters
- $downloads : ContentDownloadFileCollection
-
Localized download files
Return values
InfoPageContentBuilder —Same instance
usingHeadings()
Set the localized content headings
public
usingHeadings(ContentHeadingCollection $headings) : InfoPageContentBuilder
Parameters
- $headings : ContentHeadingCollection
-
Localized headings
Return values
InfoPageContentBuilder —Same instance
usingId()
Set the content group id
public
usingId([ContentIdentificationInterface|null $id = null ]) : InfoPageContentBuilder
Parameters
- $id : ContentIdentificationInterface|null = null
Return values
InfoPageContentBuilder —Same instance
usingMetaDescriptions()
Set the localized content meta descriptions
public
usingMetaDescriptions(ContentMetaDescriptionCollection $metaDescriptions) : InfoPageContentBuilder
Parameters
- $metaDescriptions : ContentMetaDescriptionCollection
-
Localized meta descriptions
Return values
InfoPageContentBuilder —Same instance
usingMetaKeywords()
Set the localized content meta keywords
public
usingMetaKeywords(ContentMetaKeywordsCollection $metaKeywords) : InfoPageContentBuilder
Parameters
- $metaKeywords : ContentMetaKeywordsCollection
-
Localized meta keywords
Return values
InfoPageContentBuilder —Same instance
usingMetaTitles()
Set the localized content meta titles
public
usingMetaTitles(ContentMetaTitleCollection $metaTitles) : InfoPageContentBuilder
Parameters
- $metaTitles : ContentMetaTitleCollection
-
Localized meta titles
Return values
InfoPageContentBuilder —Same instance
usingNames()
Set the localized content names
public
usingNames(ContentNameCollection $names) : InfoPageContentBuilder
Parameters
- $names : ContentNameCollection
-
Localized names
Return values
InfoPageContentBuilder —Same instance
usingOpengraphImages()
Set the localized content OpenGraph images
public
usingOpengraphImages(ContentOpengraphImageCollection $opengraphImages) : InfoPageContentBuilder
Parameters
- $opengraphImages : ContentOpengraphImageCollection
-
Localized OpenGraph images
Return values
InfoPageContentBuilder —Same instance
usingSitemaps()
Set the content sitemap information
public
usingSitemaps([ContentSitemapCollection|null $sitemaps = null ]) : InfoPageContentBuilder
Parameters
- $sitemaps : ContentSitemapCollection|null = null
-
Sitemap information
Return values
InfoPageContentBuilder —Same instance
usingSortOrder()
Sets the content sort order
public
usingSortOrder([ContentSortOrderInterface $sortOrder = null ]) : InfoPageContentBuilder
Parameters
- $sortOrder : ContentSortOrderInterface = null
Return values
InfoPageContentBuilder —Same instance
usingStatus()
Set the activation status
public
usingStatus(ContentStatusCollection $status) : InfoPageContentBuilder
Parameters
- $status : ContentStatusCollection
-
Activation status
Return values
InfoPageContentBuilder —Same instance
usingTexts()
Set the localized content texts
public
usingTexts(ContentTextCollection $texts) : InfoPageContentBuilder
Parameters
- $texts : ContentTextCollection
-
Localized texts
Return values
InfoPageContentBuilder —Same instance
usingTitles()
Set the localized content titles
public
usingTitles(ContentTitleCollection $titles) : InfoPageContentBuilder
Parameters
- $titles : ContentTitleCollection
-
Localized titles
Return values
InfoPageContentBuilder —Same instance
usingUrlKeywords()
Set the localized content URL keywords
public
usingUrlKeywords(ContentUrlKeywordsCollection $urlKeywords) : InfoPageContentBuilder
Parameters
- $urlKeywords : ContentUrlKeywordsCollection
-
Localized URL keywords
Return values
InfoPageContentBuilder —Same instance
usingUrlRewrites()
Set the localized content URL rewrite
public
usingUrlRewrites(ContentUrlRewriteCollection $urlRewrites) : InfoPageContentBuilder
Parameters
- $urlRewrites : ContentUrlRewriteCollection
-
Localized URL rewrites
Return values
InfoPageContentBuilder —Same instance