• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/repository/location/database.php
  • Класс: BitrixLocationRepositoryLocationDatabase
  • Вызов: Database::createQuery
private function createQuery(string $languageId)
{
	return $this->locationTable::query()
		->addFilter('=NAME.LANGUAGE_ID', $languageId)
		->addSelect('*')
		->addSelect('NAME')
		->addSelect('FIELDS');
}