- Модуль: ui
- Путь к файлу: ~/bitrix/modules/ui/lib/Integration/Rest/MaskManifest.php
- Класс: BitrixUIIntegrationRestMaskManifest
- Вызов: MaskManifest::bind
static function bind()
{
$eventManager = MainEventManager::getInstance();
foreach ([
'onRestApplicationConfigurationGetManifest',
'onRestApplicationConfigurationGetManifestSetting',
'onRestApplicationConfigurationExport',
'onRestApplicationConfigurationEntity',
'onRestApplicationConfigurationImport',
] as $eventCode)
{
$eventManager->registerEventHandler('rest', $eventCode, 'ui', static::class, $eventCode);
}
}