• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/utils/servicefactory.php
  • Класс: BitrixSeoBusinessSuiteUtilsServiceFactory
  • Вызов: ServiceFactory::getServiceByEngineCode
static function getServiceByEngineCode(string $engineCode) : SeoBusinessSuiteIInternalService
{
	if(array_key_exists($engineCode,$pool = static::getEnginePool()))
	{
		return $pool[$engineCode];
	}
	throw new ExceptionServiceLoadException('EngineCode');
}