public function MeetingResultInterface::setUserId in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/MeetingResultInterface.php \Drupal\opigno_moxtra\MeetingResultInterface::setUserId()
Sets the user ID.
Parameters
int $uid: The user id.
Return value
$this
1 method overrides MeetingResultInterface::setUserId()
- MeetingResult::setUserId in src/
Entity/ MeetingResult.php - Sets the user ID.
File
- src/
MeetingResultInterface.php, line 85
Class
- MeetingResultInterface
- Provides an interface defining a Meeting Result entity.
Namespace
Drupal\opigno_moxtraCode
public function setUserId($uid);