• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/classes/general/rest.php
  • Класс: CIntranetRestService
  • Вызов: CIntranetRestService::onRegisterPlacementPageBackground
static function onRegisterPlacementPageBackground(array $placementBind, array $placementInfo): array
{
	if (empty($placementBind['OPTIONS']['errorHandlerUrl']))
	{
		$placementBind = [
			'error' => 'EMPTY_ERROR_HANDLER_URL',
			'error_description' => 'Field errorHandlerUrl is empty.',
		];
	}

	return $placementBind;
}