• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/action/import.php
  • Класс: BitrixRestConfigurationActionImport
  • Вызов: Import::check
protected function check(array $data): bool
{
	$result = false;
	if (!empty($data[self::PROPERTY_MANIFEST]['CODE']))
	{
		$result = true;
	}

	return $result;
}