• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Kanban/ItemPreparer/Base.php
  • Класс: BitrixCrmMobileKanbanItemPreparerBase
  • Вызов: Base::isExcludedField
protected function isExcludedField(string $fieldName): bool
{
	return in_array($fieldName, static::EXCLUDED_FIELDS, true);
}