Smile\ElasticsuiteTracker\Block\Variables\Page\Base::getPageTypeInformations PHP Method

getPageTypeInformations() public method

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