function TranslationManagerWrapper::setDataCollector

Parameters

\Drupal\webprofiler\StringTranslation\TranslationManagerWrapper $translationManager:

File

webprofiler/src/StringTranslation/TranslationManagerWrapper.php, line 30

Class

TranslationManagerWrapper
Class TranslationManagerWrapper

Namespace

Drupal\webprofiler\StringTranslation

Code

public function setDataCollector(TranslationManagerWrapper $translationManager) {
    $this->translationManager = $translationManager;
}