function UrlHelperTest::providerTestInvalidAbsolute
Provides data for testInvalidAbsolute().
Return value
array
File
- 
              core/
tests/ Drupal/ Tests/ Component/ Utility/ UrlHelperTest.php, line 100  
Class
- UrlHelperTest
 - @group Utility
 
Namespace
Drupal\Tests\Component\UtilityCode
public function providerTestInvalidAbsolute() {
  $data = [
    '',
    'ex!ample.com',
    'ex%ample.com',
  ];
  return $this->dataEnhanceWithScheme($data);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.