• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Integration/Seo/Facebook/FacebookFacade.php
  • Класс: BitrixCatalogv2IntegrationSeoFacebookFacebookFacade
  • Вызов: FacebookFacade::getPageId
public function getPageId(): ?string
{
	if ($this->hasAuth())
	{
		return $this->getCatalog()->getPageId();
	}

	return null;
}