• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/internals/pushtable.php
  • Класс: BitrixCalendarInternalsPushTable
  • Вызов: PushTable::validateChannelId
static function validateChannelId(): array
{
	return [
		new LengthValidator(null, 128),
	];
}