function EntityKeysTest::multipleKeysCacheTestCases
Data provider for ::testMultipleKeysCache.
File
- 
              core/tests/ Drupal/ KernelTests/ Core/ Entity/ EntityKeysTest.php, line 45 
Class
- EntityKeysTest
- Test the behavior of entity keys.
Namespace
Drupal\KernelTests\Core\EntityCode
public function multipleKeysCacheTestCases() {
  return [
    'translatable Entity Key' => [
      TRUE,
    ],
    'Non-translatable entity key' => [
      FALSE,
    ],
  ];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
