• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/componentbase.php
  • Класс: BitrixTranslateComponentBase
  • Вызов: ComponentBase::checkModuleStepper
protected function checkModuleStepper(): void
{
	$stepper = BitrixMainUpdateStepper::getHtml('translate', Loc::getMessage('TRANSLATE_INDEX_STEPPER'));
	if (!empty($stepper))
	{
		$this->arResult['STEPPER'] = $stepper;
	}
}