function SupernovaGenerator::generate
File
- 
              core/modules/ help/ tests/ modules/ help_test/ src/ SupernovaGenerator.php, line 30 
Class
- SupernovaGenerator
- Implements a URL generator which always thrown an exception.
Namespace
Drupal\help_testCode
public function generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH) : string {
  throw new \Exception();
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
