You are here

public function MeetingResultInterface::getScore in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x src/MeetingResultInterface.php \Drupal\opigno_moxtra\MeetingResultInterface::getScore()

Returns the user score.

Return value

int|null The user score, or NULL in case the user score field has not been set on the entity.

1 method overrides MeetingResultInterface::getScore()
MeetingResult::getScore in src/Entity/MeetingResult.php
Returns the user score.

File

src/MeetingResultInterface.php, line 122

Class

MeetingResultInterface
Provides an interface defining a Meeting Result entity.

Namespace

Drupal\opigno_moxtra

Code

public function getScore();