protected function TranslatorResult::setYes

Sets the value success to TRUE.

File

src/Translator/TranslatorResult.php, line 70

Class

TranslatorResult
Used by translator to return the boolean result of a check with a reason.

Namespace

Drupal\tmgmt\Translator

Code

protected function setYes() {
  $this->success = TRUE;
}