• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/queue/queue/queueregistry.php
  • Класс: BitrixCalendarCoreQueueQueueQueueRegistry
  • Вызов: QueueRegistry::getIdByName
static function getIdByName(string $name): ?int
{
	return self::QUEUE_LIST[$name] ?? null;
}