function ViewsDataTest::providerTestGetEmptyKey
File
-
core/
modules/ views/ tests/ src/ Unit/ ViewsDataTest.php, line 629
Class
- ViewsDataTest
- @coversDefaultClass \Drupal\views\ViewsData[[api-linebreak]] @group views
Namespace
Drupal\Tests\views\UnitCode
public function providerTestGetEmptyKey() {
return [
[
NULL,
],
[
'',
],
[
0,
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.