- Модуль: socialnetwork
- Путь к файлу: ~/bitrix/modules/socialnetwork/lib/componenthelper.php
- Класс: BitrixSocialnetworkComponentHelper
- Вызов: ComponentHelper::getWorkgroupSliderMenuUrlList
static function getWorkgroupSliderMenuUrlList(array $componentResult = []): array
{
return [
'CARD' => (string)($componentResult['PATH_TO_GROUP_CARD'] ?? ''),
'EDIT' => (string)($componentResult['PATH_TO_GROUP_EDIT'] ?? ''),
'COPY' => (string)($componentResult['PATH_TO_GROUP_COPY'] ?? ''),
'DELETE' => (string)($componentResult['PATH_TO_GROUP_DELETE'] ?? ''),
'LEAVE' => (string)($componentResult['PATH_TO_USER_LEAVE_GROUP'] ?? ''),
'JOIN' => (string)($componentResult['PATH_TO_USER_REQUEST_GROUP'] ?? ''),
'MEMBERS' => (string)($componentResult['PATH_TO_GROUP_USERS'] ?? ''),
'REQUESTS_IN' => (string)($componentResult['PATH_TO_GROUP_REQUESTS'] ?? ''),
'REQUESTS_OUT' => (string)($componentResult['PATH_TO_GROUP_REQUESTS_OUT'] ?? ''),
'FEATURES' => (string)($componentResult['PATH_TO_GROUP_FEATURES'] ?? ''),
];
}