...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/webform/options/integration.php
- Класс: Bitrix\Crm\WebForm\Options\Integration
- Вызов: Integration::getService
private function getService(): ?Service { $serviceLocator = ServiceLocator::getInstance(); if (!Loader::includeModule("seo") || !$serviceLocator->has("seo.leadads.service")) { return null; } /**@var Service $service*/ return $serviceLocator->get("seo.leadads.service"); }