XmlFileLoader with schema validation turned off
Expanded class hierarchy of CustomXmlFileLoader
class CustomXmlFileLoader extends XmlFileLoader {
protected function validate(\DOMDocument $dom) {
return true;
}
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CustomXmlFileLoader:: |
protected | function |
Validates a loaded XML file. Overrides XmlFileLoader:: |
|
XmlFileLoader:: |
private | function | Retrieves libxml errors and clears them. | |
XmlFileLoader:: |
public | function | Loads an XML file. | |
XmlFileLoader:: |
protected | function | Loads an XML file. | |
XmlFileLoader:: |
protected | function | Parses a node from a loaded XML file. | |
XmlFileLoader:: |
protected | function | Parses a route and adds it to the RouteCollection. | |
XmlFileLoader:: |
public | function | @api |