getModuleDir(Dir::MODULE_ETC_DIR, 'Magento_Elasticsearch'); $this->schema = $configDir . DIRECTORY_SEPARATOR . self::CONFIG_FILE_SCHEMA; $this->perFileSchema = $configDir . DIRECTORY_SEPARATOR . self::CONFIG_FILE_SCHEMA; } /** * {@inheritdoc} */ public function getSchema() { return $this->schema; } /** * {@inheritdoc} */ public function getPerFileSchema() { return $this->perFileSchema; } }