CodeExplorer getCmsText example
$data =
[ 'id' =>
$category->
getId(),
'parentId' =>
$category->
getParentId(),
'name' =>
$category->
getName(),
'position' =>
$category->
getPosition(),
'metaTitle' =>
$category->
getMetaTitle(),
'metaKeywords' =>
$category->
getMetaKeywords(),
'metaDescription' =>
$category->
getMetaDescription(),
'cmsHeadline' =>
$category->
getCmsHeadline(),
'cmsText' =>
$category->
getCmsText(),
'active' => true,
'template' =>
$category->
getTemplate(),
'productBoxLayout' =>
$this->
getProductBoxLayout($category),
'blog' =>
$category->
isBlog(),
'path' =>
$categoryPath,
'external' =>
$category->
getExternalLink(),
'externalTarget' =>
$category->
getExternalTarget(),
'hideFilter' => !
$category->
displayFacets(),
'hideTop' => !
$category->
displayInNavigation(),
'changed' => null,
'added' => null,
} $path =
$category->
getPath() ? '|' .
implode('|',
$category->
getPath()) . '|' : '';
return [ 'id' =>
$category->
getId(),
'name' =>
$category->
getName(),
'metaKeywords' =>
$category->
getMetaKeywords(),
'metaDescription' =>
$category->
getMetaDescription(),
'cmsHeadline' =>
$category->
getCmsHeadline(),
'cmsText' =>
$category->
getCmsText(),
'active' => true,
'template' =>
$category->
getTemplate(),
'blog' =>
$category->
isBlog(),
'path' =>
$path,
'external' =>
$category->
getExternalLink(),
'externalTarget' =>
$category->
getExternalTarget(),
'hideFilter' => !
$category->
displayFacets(),
'hideTop' => !
$category->
displayInNavigation(),
'hidetop' => !
$category->
displayInNavigation(),
'attribute' =>
$attribute,
'media' =>
$media,