Dictionary::getIntegration

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Dictionary
  4. getIntegration
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/webform/options/dictionary.php
  • Класс: Bitrix\Crm\WebForm\Options\Dictionary
  • Вызов: Dictionary::getIntegration
public function getIntegration(): array
{
	$providers = array_values(Crm\Ads\AdsForm::getProviders());

	return [
		'canUse' => Crm\Ads\AdsForm::canUse(),
		'directions' => [
			["code" => "export", "id" => Crm\Ads\Internals\AdsFormLinkTable::LINK_DIRECTION_EXPORT],
			["code" => "import", "id" => Crm\Ads\Internals\AdsFormLinkTable::LINK_DIRECTION_IMPORT],
		],
		'providers' => $this->changeArrayKeysToCamelCase($providers),
	];
}

Добавить комментарий