• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/connector.php
  • Класс: BitrixSaleLocationConnector
  • Вызов: Connector::getTargetEntityName
static function getTargetEntityName();

/**
* Returns a name of type filed. By default 'LOCATION_TYPE' is used for the most of. Does not make any sense if getUseGroups() returns false
*
* @return string
*/
public static function getTypeField()
{
	return 'LOCATION_TYPE';
}