EventHandler::onConstantList

  1. Bitrix24 API (v. 23.675.0)
  2. sender
  3. EventHandler
  4. onConstantList
  • Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/eventhandler.php
  • Класс: Bitrix\Sender\Integration\EventHandler
  • Вызов: EventHandler::onConstantList
static function onConstantList($className)
{
	// sale
	if (Loader::includeModule('sale') && !Bitrix24\Service::isCloud())
	{
		if (Templates\Category::class === $className)
		{
			return Sale\Preset\TriggerCampaign::getTemplateCategories();
		}
	}

	return [];
}

Добавить комментарий