public function TranslatorInterface::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.

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\tmgmt

Code

public function isAutoAccept();