• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Integration/Landing/StoreV3Master.php
  • Класс: BitrixCatalogv2IntegrationLandingStoreV3Master
  • Вызов: StoreV3Master::limitExceeded
static function limitExceeded(): bool
{
	return !Manager::checkFeature(
		Manager::FEATURE_PUBLICATION_SITE,
		['type' => 'STORE']
	);
}