BlockManager::getExcludeFromPageTypes PHP Method

getExcludeFromPageTypes() public method

* Exclusion of blocks from page types defined in yaml
    public function getExcludeFromPageTypes()
    {
        $config = $this->getThemeConfig();
        return isset($config['exclude_from_page_types']) ? $config['exclude_from_page_types'] : array();
    }