You are here

public function CdfExpectations::getLangcodes in Acquia Content Hub 8.2

Returns the list of expected language codes.

Return value

string[] The list of language codes.

File

tests/src/Kernel/Stubs/CdfExpectations.php, line 99

Class

CdfExpectations
Expectations for cdf fixtures.

Namespace

Drupal\Tests\acquia_contenthub\Kernel\Stubs

Code

public function getLangcodes() : array {
  return $this->langcodes;
}