• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/event.php
  • Класс: BitrixPullEvent
  • Вызов: Event::isChannelEntity
static function isChannelEntity($entity)
{
	return is_string($entity) && mb_strlen($entity) == 32;
}