• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/watcher/membership/handler/department.php
  • Класс: BitrixCalendarWatcherMembershipHandlerDepartment
  • Вызов: Department::isDepartmentIBlock
static function isDepartmentIBlock(int $IBlockId): bool
{
	$departmentIBlockId = (int)BitrixMainConfigOption::get('intranet', 'iblock_structure', 0);

	return $departmentIBlockId > 0 && $departmentIBlockId === $IBlockId;
}