function ExposedFormTest::providerTestExposedBlock
Data provider for testing different types of displays.
Return value
array Array of display names to test.
File
- 
              core/modules/ views/ tests/ src/ Functional/ Plugin/ ExposedFormTest.php, line 292 
Class
- ExposedFormTest
- Tests exposed forms functionality.
Namespace
Drupal\Tests\views\Functional\PluginCode
public function providerTestExposedBlock() {
  return [
    'page_display' => [
      'page_1',
    ],
    'block_display' => [
      'block_1',
    ],
  ];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
