You are here

public function SmartlingTranslatorBeingTested::filterDirectives in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 tests/src/Kernel/SmartlingTranslatorTest.php \Drupal\Tests\tmgmt_smartling\Kernel\SmartlingTranslatorBeingTested::filterDirectives()

Parameters

array $directives:

Return value

array

Overrides SmartlingTranslator::filterDirectives

File

tests/src/Kernel/SmartlingTranslatorTest.php, line 115

Class

SmartlingTranslatorBeingTested

Namespace

Drupal\Tests\tmgmt_smartling\Kernel

Code

public function filterDirectives(array $directives) {
  return parent::filterDirectives($directives);
}