CMS page interface. @api
- Since
- 100.0.2
Definition at line 13 of file PageInterface.php.
◆ getContent()
Get content
- Returns
- string|null
Implemented in Page.
◆ getContentHeading()
Get content heading
- Returns
- string|null
Implemented in Page.
◆ getCreationTime()
Get creation time
- Returns
- string|null
Implemented in Page.
◆ getCustomLayoutUpdateXml()
getCustomLayoutUpdateXml |
( |
| ) |
|
Get custom layout update xml
- Returns
- string|null
Implemented in Page.
◆ getCustomRootTemplate()
getCustomRootTemplate |
( |
| ) |
|
Get custom root template
- Returns
- string|null
Implemented in Page.
◆ getCustomTheme()
Get custom theme
- Returns
- string|null
Implemented in Page.
◆ getCustomThemeFrom()
Get custom theme from
- Returns
- string|null
Implemented in Page.
◆ getCustomThemeTo()
Get custom theme to
- Returns
- string|null
Implemented in Page.
◆ getId()
#- Get ID
- Returns
- int|null
Implemented in Page.
◆ getIdentifier()
Get identifier
- Returns
- string
Implemented in Page.
◆ getLayoutUpdateXml()
Get layout update xml
- Returns
- string|null
Implemented in Page.
◆ getMetaDescription()
Get meta description
- Returns
- string|null
Implemented in Page.
◆ getMetaKeywords()
Get meta keywords
- Returns
- string|null
Implemented in Page.
◆ getMetaTitle()
Get meta title
- Returns
- string|null
- Since
- 101.0.0
Implemented in Page.
◆ getPageLayout()
Get page layout
- Returns
- string|null
Implemented in Page.
◆ getSortOrder()
Get sort order
- Returns
- string|null
Implemented in Page.
◆ getTitle()
Get title
- Returns
- string|null
Implemented in Page.
◆ getUpdateTime()
Get update time
- Returns
- string|null
Implemented in Page.
◆ isActive()
Is active
- Returns
- bool|null
Implemented in Page.
◆ setContent()
Set content
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setContentHeading()
setContentHeading |
( |
|
$contentHeading | ) |
|
Set content heading
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setCreationTime()
setCreationTime |
( |
|
$creationTime | ) |
|
Set creation time
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setCustomLayoutUpdateXml()
setCustomLayoutUpdateXml |
( |
|
$customLayoutUpdateXml | ) |
|
Set custom layout update xml
- Parameters
-
string | $customLayoutUpdateXml | |
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setCustomRootTemplate()
setCustomRootTemplate |
( |
|
$customRootTemplate | ) |
|
Set custom root template
- Parameters
-
string | $customRootTemplate | |
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setCustomTheme()
setCustomTheme |
( |
|
$customTheme | ) |
|
Set custom theme
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setCustomThemeFrom()
setCustomThemeFrom |
( |
|
$customThemeFrom | ) |
|
Set custom theme from
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setCustomThemeTo()
setCustomThemeTo |
( |
|
$customThemeTo | ) |
|
Set custom theme to
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setId()
Set ID
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setIdentifier()
setIdentifier |
( |
|
$identifier | ) |
|
Set identifier
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setIsActive()
Set is active
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setLayoutUpdateXml()
setLayoutUpdateXml |
( |
|
$layoutUpdateXml | ) |
|
Set layout update xml
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setMetaDescription()
setMetaDescription |
( |
|
$metaDescription | ) |
|
Set meta description
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setMetaKeywords()
setMetaKeywords |
( |
|
$metaKeywords | ) |
|
Set meta keywords
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setMetaTitle()
setMetaTitle |
( |
|
$metaTitle | ) |
|
Set meta title
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
- Since
- 101.0.0
Implemented in Page.
◆ setPageLayout()
setPageLayout |
( |
|
$pageLayout | ) |
|
Set page layout
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setSortOrder()
setSortOrder |
( |
|
$sortOrder | ) |
|
Set sort order
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setTitle()
Set title
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ setUpdateTime()
setUpdateTime |
( |
|
$updateTime | ) |
|
Set update time
- Parameters
-
- Returns
- \Magento\Cms\Api\Data\PageInterface
Implemented in Page.
◆ CONTENT
const CONTENT = 'content' |
◆ CONTENT_HEADING
const CONTENT_HEADING = 'content_heading' |
◆ CREATION_TIME
const CREATION_TIME = 'creation_time' |
◆ CUSTOM_LAYOUT_UPDATE_XML
const CUSTOM_LAYOUT_UPDATE_XML = 'custom_layout_update_xml' |
◆ CUSTOM_ROOT_TEMPLATE
const CUSTOM_ROOT_TEMPLATE = 'custom_root_template' |
◆ CUSTOM_THEME
const CUSTOM_THEME = 'custom_theme' |
◆ CUSTOM_THEME_FROM
const CUSTOM_THEME_FROM = 'custom_theme_from' |
◆ CUSTOM_THEME_TO
const CUSTOM_THEME_TO = 'custom_theme_to' |
◆ IDENTIFIER
const IDENTIFIER = 'identifier' |
◆ IS_ACTIVE
const IS_ACTIVE = 'is_active' |
◆ LAYOUT_UPDATE_XML
const LAYOUT_UPDATE_XML = 'layout_update_xml' |
◆ META_DESCRIPTION
const META_DESCRIPTION = 'meta_description' |
◆ META_KEYWORDS
const META_KEYWORDS = 'meta_keywords' |
◆ META_TITLE
const META_TITLE = 'meta_title' |
◆ PAGE_ID
const PAGE_ID = 'page_id' |
#+ Constants for keys of data array. Identical to the name of the getter in snake case
Definition at line 18 of file PageInterface.php.
◆ PAGE_LAYOUT
const PAGE_LAYOUT = 'page_layout' |
◆ SORT_ORDER
const SORT_ORDER = 'sort_order' |
◆ TITLE
◆ UPDATE_TIME
const UPDATE_TIME = 'update_time' |
The documentation for this interface was generated from the following file: