- Модуль: disk
- Путь к файлу: ~/bitrix/modules/disk/lib/uf/userfieldmanager.php
- Класс: BitrixDiskUfUserFieldManager
- Вызов: UserFieldManager::getDefaultConnectors
private function getDefaultConnectors()
{
return array(
'blog_comment' => array(BlogPostCommentConnector::className(), 'blog'),
'blog_post' => array(BlogPostConnector::className(), 'blog'),
'calendar_event' => array(CalendarEventConnector::className(), 'calendar'),
'forum_message' => array(ForumMessageConnector::className(), 'forum'),
'sonet_log' => array(SonetLogConnector::className(), 'socialnetwork'),
'sonet_comment' => array(SonetCommentConnector::className(), 'socialnetwork'),
'iblock_element' => array(IblockElementConnector::className(), 'iblock'),
'iblock_workflow' => array(IblockWorkflowConnector::className(), 'iblock'),
'im_call' => [MessengerCallConnector::class, 'im'],
);
}