public function TranslatorResult::getSuccess

Returns the object state on success.

File

src/Translator/TranslatorResult.php, line 52

Class

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

Namespace

Drupal\tmgmt\Translator

Code

public function getSuccess() {
  return $this->success;
}