public function Translator::isAutoAccept

Checks if it can skip the reviewing process and automatically accepts all translations.

Return value

bool TRUE if it can skip the reviewing process, FALSE otherwise.

Overrides TranslatorInterface::isAutoAccept

File

src/Entity/Translator.php, line 212

Class

Translator
Entity class for the tmgmt_translator entity.

Namespace

Drupal\tmgmt\Entity

Code

public function isAutoAccept() {
  return $this->auto_accept;
}