• Модуль: conversion
  • Путь к файлу: ~/bitrix/modules/conversion/lib/internals/typemanager.php
  • Класс: BitrixConversionInternalsTypeManager
  • Вызов: TypeManager::isTypeActive
public function isTypeActive($name)
{
	$types = static::getTypes();
	$type = $types[$name];
	return $type && $type['ACTIVE'];
}