• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/socialnetwork/contentviewhandler.php
  • Класс: BitrixTasksIntegrationSocialnetworkContentViewHandler
  • Вызов: ContentViewHandler::getContentTypeIdList
static function getContentTypeIdList()
{
	$result = array();
	if (Loader::includeModule('socialnetwork'))
	{
		$result[] = TasksTask::CONTENT_TYPE_ID;
	}
	return $result;
}