You are here

public function ProjectWithXsdExtension::getAlias in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/dependency-injection/Tests/Fixtures/includes/ProjectWithXsdExtension.php \ProjectWithXsdExtension::getAlias()

Returns the recommended alias to use in XML.

This alias is also the mandatory prefix to use when using YAML.

Return value

string The alias

Overrides ProjectExtension::getAlias

File

vendor/symfony/dependency-injection/Tests/Fixtures/includes/ProjectWithXsdExtension.php, line 15

Class

ProjectWithXsdExtension

Code

public function getAlias() {
  return 'projectwithxsd';
}