• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/location.php
  • Класс: BitrixLocationEntityLocation
  • Вызов: Location::isFieldExist
public function isFieldExist(int $type): bool
{
	return (bool)$this->fieldCollection->getItemByType($type);
}