class CustomXmlFileLoader in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/routing/Tests/Fixtures/CustomXmlFileLoader.php \Symfony\Component\Routing\Tests\Fixtures\CustomXmlFileLoader
XmlFileLoader with schema validation turned off.
Hierarchy
- class \Symfony\Component\Routing\Loader\XmlFileLoader extends \Symfony\Component\Config\Loader\FileLoader- class \Symfony\Component\Routing\Tests\Fixtures\CustomXmlFileLoader
 
Expanded class hierarchy of CustomXmlFileLoader
1 file declares its use of CustomXmlFileLoader
- XmlFileLoaderTest.php in vendor/symfony/ routing/ Tests/ Loader/ XmlFileLoaderTest.php 
File
- vendor/symfony/ routing/ Tests/ Fixtures/ CustomXmlFileLoader.php, line 20 
Namespace
Symfony\Component\Routing\Tests\FixturesView source
class CustomXmlFileLoader extends XmlFileLoader {
  protected function loadFile($file) {
    return XmlUtils::loadFile($file, function () {
      return true;
    });
  }
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| CustomXmlFileLoader:: | protected | function | Loads an XML file. Overrides XmlFileLoader:: | |
| XmlFileLoader:: | private | function | ||
| XmlFileLoader:: | public | function | Loads an XML file. | |
| XmlFileLoader:: | constant | |||
| XmlFileLoader:: | private | function | Parses the config elements (default, requirement, option). | |
| XmlFileLoader:: | protected | function | Parses an import and adds the routes in the resource to the RouteCollection. | |
| XmlFileLoader:: | protected | function | Parses a node from a loaded XML file. | |
| XmlFileLoader:: | protected | function | Parses a route and adds it to the RouteCollection. | |
| XmlFileLoader:: | constant | |||
| XmlFileLoader:: | public | function | 
