_schema = $moduleReader->getModuleDir(Dir::MODULE_ETC_DIR, 'Magento_Email') . '/email_templates.xsd'; } /** * {@inheritdoc} */ public function getSchema() { return $this->_schema; } /** * {@inheritdoc} */ public function getPerFileSchema() { return $this->_schema; } }