function EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeLangcode
Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode().
Return value
array Test data.
File
- 
              core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityFieldManagerTest.php, line 411  
Class
- EntityFieldManagerTest
 - @coversDefaultClass \Drupal\Core\Entity\EntityFieldManager[[api-linebreak]] @group Entity
 
Namespace
Drupal\Tests\Core\EntityCode
public function providerTestGetBaseFieldDefinitionsTranslatableEntityTypeLangcode() {
  return [
    [
      FALSE,
      TRUE,
      TRUE,
    ],
    [
      TRUE,
      FALSE,
      TRUE,
    ],
    [
      TRUE,
      TRUE,
      FALSE,
    ],
  ];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.