public function MoxtraServiceInterface::getMeetingFileInfo in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/MoxtraServiceInterface.php \Drupal\opigno_moxtra\MoxtraServiceInterface::getMeetingFileInfo()
Returns meeting file info.
Parameters
int $owner_id: User ID.
string $binder_id: Binder ID.
string $file_id: File ID.
Return value
array Response data.
1 method overrides MoxtraServiceInterface::getMeetingFileInfo()
- MoxtraService::getMeetingFileInfo in src/
MoxtraService.php - Returns meeting file info.
File
- src/
MoxtraServiceInterface.php, line 184
Class
- MoxtraServiceInterface
- Implements Moxtra REST API.
Namespace
Drupal\opigno_moxtraCode
public function getMeetingFileInfo($owner_id, $binder_id, $file_id);