urnResolver = $urnResolver; } /** * {@inheritdoc} * * @throws \Magento\Framework\Exception\NotFoundException */ public function getSchema() { return $this->urnResolver->getRealPath('urn:magento:framework:Acl/etc/acl_merged.xsd'); } /** * {@inheritdoc} * * @throws \Magento\Framework\Exception\NotFoundException */ public function getPerFileSchema() { return $this->urnResolver->getRealPath('urn:magento:framework:Acl/etc/acl.xsd'); } }