public function TranslatorInterface::setAutoAccept in Translation Management Tool 8
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\tmgmtCode
public function setAutoAccept($value);