class YamlFileLoader

YamlFileLoader loads Yaml routing files.

@author Fabien Potencier <fabien@symfony.com> @author Tobias Schultze <http://tobion.de>

@api

Hierarchy

  • class \Symfony\Component\Routing\Loader\YamlFileLoader extends \Symfony\Component\Config\Loader\FileLoader

Expanded class hierarchy of YamlFileLoader

1 file declares its use of YamlFileLoader

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/YamlFileLoader.php, line 28

Namespace

Symfony\Component\Routing\Loader
View source

Members

Namesort descending Modifiers Type Description Overrides
YamlFileLoader::$availableKeys private static property
YamlFileLoader::$yamlParser private property
YamlFileLoader::load public function Loads a Yaml file.
YamlFileLoader::parseImport protected function Parses an import and adds the routes in the resource to the RouteCollection.
YamlFileLoader::parseRoute protected function Parses a route and adds it to the RouteCollection.
YamlFileLoader::supports public function @api
YamlFileLoader::validate protected function Validates the route configuration.