Smile\ElasticsuiteTracker\Block\Variables\Page\Base::getPageTypeInformations PHP 메소드

getPageTypeInformations() 공개 메소드

List of the page type data
public getPageTypeInformations ( ) : array
리턴 array
    public function getPageTypeInformations()
    {
        return ['type.identifier' => $this->getPageTypeIdentifier(), 'type.label' => stripslashes($this->getPageTypeLabel())];
    }