function EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeLangcode
Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode().
Return value
array Test data.
File
-
core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityFieldManagerTest.php, line 413
Class
Namespace
Drupal\Tests\Core\EntityCode
public static function providerTestGetBaseFieldDefinitionsTranslatableEntityTypeLangcode() : array {
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.