function EntityTranslationTest::testEntityLanguageMethods
Tests language related methods of the Entity class.
File
- 
              core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityTranslationTest.php, line 26  
Class
- EntityTranslationTest
 - Tests entity translation functionality.
 
Namespace
Drupal\KernelTests\Core\EntityCode
public function testEntityLanguageMethods() : void {
  // All entity variations have to have the same results.
  foreach (entity_test_entity_types() as $entity_type) {
    $this->doTestEntityLanguageMethods($entity_type);
  }
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.