public function TranslatorInterface::isAutoAccept in Translation Management Tool 8
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.
1 method overrides TranslatorInterface::isAutoAccept()
- Translator::isAutoAccept in src/
Entity/ Translator.php - Checks if it can skip the reviewing process and automatically accepts all translations.
File
- src/
TranslatorInterface.php, line 69
Class
- TranslatorInterface
- Interface for the tmgmt_translator entity.
Namespace
Drupal\tmgmtCode
public function isAutoAccept();