← Back
Editing: autoload.php
<?php // Require require_once __DIR__ . '/../../Contracts/Deprecation/autoload.php'; // Suggest if (stream_resolve_include_path(__DIR__ . '/../Config/autoload.php')) { include_once __DIR__ . '/../Config/autoload.php'; } if (stream_resolve_include_path(__DIR__ . '/../ExpressionLanguage/autoload.php')) { include_once __DIR__ . '/../ExpressionLanguage/autoload.php'; } if (stream_resolve_include_path(__DIR__ . '/../HttpFoundation/autoload.php')) { include_once __DIR__ . '/../HttpFoundation/autoload.php'; } if (stream_resolve_include_path(__DIR__ . '/../Yaml/autoload.php')) { include_once __DIR__ . '/../Yaml/autoload.php'; } // @codingStandardsIgnoreFile // @codeCoverageIgnoreStart // this is an autogenerated file - do not edit spl_autoload_register( function($class) { static $classes = null; if ($classes === null) { $classes = array( 'symfony\\component\\routing\\alias' => '/Alias.php', 'symfony\\component\\routing\\annotation\\route' => '/Annotation/Route.php', 'symfony\\component\\routing\\compiledroute' => '/CompiledRoute.php', 'symfony\\component\\routing\\dependencyinjection\\routingresolverpass' => '/DependencyInjection/RoutingResolverPass.php', 'symfony\\component\\routing\\exception\\exceptioninterface' => '/Exception/ExceptionInterface.php', 'symfony\\component\\routing\\exception\\invalidargumentexception' => '/Exception/InvalidArgumentException.php', 'symfony\\component\\routing\\exception\\invalidparameterexception' => '/Exception/InvalidParameterException.php', 'symfony\\component\\routing\\exception\\methodnotallowedexception' => '/Exception/MethodNotAllowedException.php', 'symfony\\component\\routing\\exception\\missingmandatoryparametersexception' => '/Exception/MissingMandatoryParametersException.php', 'symfony\\component\\routing\\exception\\noconfigurationexception' => '/Exception/NoConfigurationException.php', 'symfony\\component\\routing\\exception\\resourcenotfoundexception' => '/Exception/ResourceNotFoundException.php', 'symfony\\component\\routing\\exception\\routecircularreferenceexception' => '/Exception/RouteCircularReferenceException.php', 'symfony\\component\\routing\\exception\\routenotfoundexception' => '/Exception/RouteNotFoundException.php', 'symfony\\component\\routing\\exception\\runtimeexception' => '/Exception/RuntimeException.php', 'symfony\\component\\routing\\generator\\compiledurlgenerator' => '/Generator/CompiledUrlGenerator.php', 'symfony\\component\\routing\\generator\\configurablerequirementsinterface' => '/Generator/ConfigurableRequirementsInterface.php', 'symfony\\component\\routing\\generator\\dumper\\compiledurlgeneratordumper' => '/Generator/Dumper/CompiledUrlGeneratorDumper.php', 'symfony\\component\\routing\\generator\\dumper\\generatordumper' => '/Generator/Dumper/GeneratorDumper.php', 'symfony\\component\\routing\\generator\\dumper\\generatordumperinterface' => '/Generator/Dumper/GeneratorDumperInterface.php', 'symfony\\component\\routing\\generator\\urlgenerator' => '/Generator/UrlGenerator.php', 'symfony\\component\\routing\\generator\\urlgeneratorinterface' => '/Generator/UrlGeneratorInterface.php', 'symfony\\component\\routing\\loader\\annotationclassloader' => '/Loader/AnnotationClassLoader.php', 'symfony\\component\\routing\\loader\\annotationdirectoryloader' => '/Loader/AnnotationDirectoryLoader.php', 'symfony\\component\\routing\\loader\\annotationfileloader' => '/Loader/AnnotationFileLoader.php', 'symfony\\component\\routing\\loader\\closureloader' => '/Loader/ClosureLoader.php', 'symfony\\component\\routing\\loader\\configurator\\aliasconfigurator' => '/Loader/Configurator/AliasConfigurator.php', 'symfony\\component\\routing\\loader\\configurator\\collectionconfigurator' => '/Loader/Configurator/CollectionConfigurator.php', 'symfony\\component\\routing\\loader\\configurator\\importconfigurator' => '/Loader/Configurator/ImportConfigurator.php', 'symfony\\component\\routing\\loader\\configurator\\routeconfigurator' => '/Loader/Configurator/RouteConfigurator.php', 'symfony\\component\\routing\\loader\\configurator\\routingconfigurator' => '/Loader/Configurator/RoutingConfigurator.php', 'symfony\\component\\routing\\loader\\configurator\\traits\\addtrait' => '/Loader/Configurator/Traits/AddTrait.php', 'symfony\\component\\routing\\loader\\configurator\\traits\\hosttrait' => '/Loader/Configurator/Traits/HostTrait.php', 'symfony\\component\\routing\\loader\\configurator\\traits\\localizedroutetrait' => '/Loader/Configurator/Traits/LocalizedRouteTrait.php', 'symfony\\component\\routing\\loader\\configurator\\traits\\prefixtrait' => '/Loader/Configurator/Traits/PrefixTrait.php', 'symfony\\component\\routing\\loader\\configurator\\traits\\routetrait' => '/Loader/Configurator/Traits/RouteTrait.php', 'symfony\\component\\routing\\loader\\containerloader' => '/Loader/ContainerLoader.php', 'symfony\\component\\routing\\loader\\directoryloader' => '/Loader/DirectoryLoader.php', 'symfony\\component\\routing\\loader\\globfileloader' => '/Loader/GlobFileLoader.php', 'symfony\\component\\routing\\loader\\objectloader' => '/Loader/ObjectLoader.php', 'symfony\\component\\routing\\loader\\phpfileloader' => '/Loader/PhpFileLoader.php', 'symfony\\component\\routing\\loader\\protectedphpfileloader' => '/Loader/PhpFileLoader.php', 'symfony\\component\\routing\\loader\\xmlfileloader' => '/Loader/XmlFileLoader.php', 'symfony\\component\\routing\\loader\\yamlfileloader' => '/Loader/YamlFileLoader.php', 'symfony\\component\\routing\\matcher\\compiledurlmatcher' => '/Matcher/CompiledUrlMatcher.php', 'symfony\\component\\routing\\matcher\\dumper\\compiledurlmatcherdumper' => '/Matcher/Dumper/CompiledUrlMatcherDumper.php', 'symfony\\component\\routing\\matcher\\dumper\\compiledurlmatchertrait' => '/Matcher/Dumper/CompiledUrlMatcherTrait.php', 'symfony\\component\\routing\\matcher\\dumper\\matcherdumper' => '/Matcher/Dumper/MatcherDumper.php', 'symfony\\component\\routing\\matcher\\dumper\\matcherdumperinterface' => '/Matcher/Dumper/MatcherDumperInterface.php', 'symfony\\component\\routing\\matcher\\dumper\\staticprefixcollection' => '/Matcher/Dumper/StaticPrefixCollection.php', 'symfony\\component\\routing\\matcher\\expressionlanguageprovider' => '/Matcher/ExpressionLanguageProvider.php', 'symfony\\component\\routing\\matcher\\redirectableurlmatcher' => '/Matcher/RedirectableUrlMatcher.php', 'symfony\\component\\routing\\matcher\\redirectableurlmatcherinterface' => '/Matcher/RedirectableUrlMatcherInterface.php', 'symfony\\component\\routing\\matcher\\requestmatcherinterface' => '/Matcher/RequestMatcherInterface.php', 'symfony\\component\\routing\\matcher\\traceableurlmatcher' => '/Matcher/TraceableUrlMatcher.php', 'symfony\\component\\routing\\matcher\\urlmatcher' => '/Matcher/UrlMatcher.php', 'symfony\\component\\routing\\matcher\\urlmatcherinterface' => '/Matcher/UrlMatcherInterface.php', 'symfony\\component\\routing\\requestcontext' => '/RequestContext.php', 'symfony\\component\\routing\\requestcontextawareinterface' => '/RequestContextAwareInterface.php', 'symfony\\component\\routing\\route' => '/Route.php', 'symfony\\component\\routing\\routecollection' => '/RouteCollection.php', 'symfony\\component\\routing\\routecollectionbuilder' => '/RouteCollectionBuilder.php', 'symfony\\component\\routing\\routecompiler' => '/RouteCompiler.php', 'symfony\\component\\routing\\routecompilerinterface' => '/RouteCompilerInterface.php', 'symfony\\component\\routing\\router' => '/Router.php', 'symfony\\component\\routing\\routerinterface' => '/RouterInterface.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd // Files
Save File
Cancel