• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Integration/Sale/PaymentSystem/Creation/ActionProvider/ActionRepository.php
  • Класс: BitrixCrmMobileIntegrationSalePaymentSystemCreationActionProviderActionRepository
  • Вызов: ActionRepository::getBeforeProvidersMap
private function getBeforeProvidersMap(): array
{
	return [
		YandexCheckoutHandler::class => ActionProviderBeforeYandexCheckoutProvider::class,
	];
}