urnResolver = $urnResolver; } /** * Get path to per file validation schema * * @return string|null */ public function getPerFileSchema() { return $this->urnResolver->getRealPath('urn:magento:framework:App/etc/resources.xsd'); } /** * Get path to merged config schema * * @return string|null */ public function getSchema() { return $this->getPerFileSchema(); } }