Merge "Remove unused 'OpenSearchXml' hook handler"

This commit is contained in:
jenkins-bot 2019-12-20 16:59:06 +00:00 committed by Gerrit Code Review
commit 009161db33

View file

@ -29,9 +29,6 @@
"TextExtracts\\": "includes/" "TextExtracts\\": "includes/"
}, },
"Hooks": { "Hooks": {
"OpenSearchXml": [
"TextExtracts\\Hooks::onApiOpenSearchSuggest"
],
"ApiOpenSearchSuggest": [ "ApiOpenSearchSuggest": [
"TextExtracts\\Hooks::onApiOpenSearchSuggest" "TextExtracts\\Hooks::onApiOpenSearchSuggest"
] ]
@ -56,4 +53,4 @@
"ExtractsExtendOpenSearchXml": false "ExtractsExtendOpenSearchXml": false
}, },
"manifest_version": 1 "manifest_version": 1
} }