class XmlFileLoader

XmlFileLoader loads XML routing files.

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

@api

Hierarchy

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

Expanded class hierarchy of XmlFileLoader

2 files declare their use of XmlFileLoader

File

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

Namespace

Symfony\Component\Routing\Loader
View source

Members

Namesort descending Modifiers Type Description Overrides
XmlFileLoader::load public function Loads an XML file.
XmlFileLoader::loadFile protected function Loads an XML file. 1
XmlFileLoader::NAMESPACE_URI constant
XmlFileLoader::parseConfigs private function Parses the config elements (default, requirement, option).
XmlFileLoader::parseImport protected function Parses an import and adds the routes in the resource to the RouteCollection.
XmlFileLoader::parseNode protected function Parses a node from a loaded XML file.
XmlFileLoader::parseRoute protected function Parses a route and adds it to the RouteCollection.
XmlFileLoader::SCHEME_PATH constant
XmlFileLoader::supports public function @api