• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/update/block/nodeattributes.php
  • Класс: BitrixLandingUpdateBlockNodeAttributes
  • Вызов: NodeAttributes::updateFormDomain
static function updateFormDomain($domains = array())
{
	trigger_error(
		"Now using embedded forms, no need domain. You must remove updateFormDomain() call",
		E_USER_WARNING
	);
}