public function ProjectWithXsdExtension::getAlias

Returns the recommended alias to use in XML.

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

@api

Return value

string The alias

Overrides ProjectExtension::getAlias

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php, line 15

Class

ProjectWithXsdExtension

Code

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