public function TranslatorInterface::setAutoAccept

Sets whether to skip the reviewing process and automatically accept all translations.

Parameters

bool: The value to set.

Return value

$this

1 method overrides TranslatorInterface::setAutoAccept()
Translator::setAutoAccept in src/Entity/Translator.php
Sets whether to skip the reviewing process and automatically accept all translations.

File

src/TranslatorInterface.php, line 79

Class

TranslatorInterface
Interface for the tmgmt_translator entity.

Namespace

Drupal\tmgmt

Code

public function setAutoAccept($value);