function ConfirmFormHelperTest::providerTestCancelLinkDestination
Provides test data for testCancelLinkDestination().
File
- 
              core/tests/ Drupal/ Tests/ Core/ Form/ ConfirmFormHelperTest.php, line 120 
Class
- ConfirmFormHelperTest
- @coversDefaultClass \Drupal\Core\Form\ConfirmFormHelper[[api-linebreak]] @group Form
Namespace
Drupal\Tests\Core\FormCode
public function providerTestCancelLinkDestination() {
  $data = [];
  $data[] = [
    'baz',
  ];
  $data[] = [
    '/baz',
  ];
  return $data;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
