function ViewsSqlExceptionTest::viewsData
Returns the views data definition.
Overrides ViewsKernelTestBase::viewsData
File
- 
              core/modules/ views/ tests/ src/ Kernel/ Plugin/ ViewsSqlExceptionTest.php, line 24 
Class
- ViewsSqlExceptionTest
- Tests the views exception handling.
Namespace
Drupal\Tests\views\Kernel\PluginCode
protected function viewsData() {
  $data = parent::viewsData();
  $data['views_test_data']['name']['filter']['id'] = 'test_exception_filter';
  return $data;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
