• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/entity_helper.php
  • Класс: \CCrmEntityHelper
  • Вызов: CCrmEntityHelper::isStagesSupportedForEntity
static function isStagesSupportedForEntity(array $fieldsInfo): bool
{
	return !empty(static::getStageIdFieldName($fieldsInfo));
}