diff options
author | daniel <dkinzler@wikimedia.org> | 2021-05-06 10:33:45 +0200 |
---|---|---|
committer | daniel <dkinzler@wikimedia.org> | 2021-05-10 16:05:45 +0200 |
commit | 7b832c1fa33ad8917a1a5389710ac5feba808d6d (patch) | |
tree | 404b52525d8a3383356b261a00b6fb4e40bfbf21 /autoload.php | |
parent | b6fea9934146a76fea1f887ab6022d53f7d30995 (diff) | |
download | mediawikicore-7b832c1fa33ad8917a1a5389710ac5feba808d6d.tar.gz mediawikicore-7b832c1fa33ad8917a1a5389710ac5feba808d6d.zip |
Remove SearchResultPageIdentity interface
SearchResultPageIdentity and SearchResultPageIdentityValue were
introduced as placeholders for PageIdentity and PageIdentityValues.
They can now become aliases.
Bug: T282091
Depends-On: I9b1ab02e0acf12ace107361ea2c443aa543c4880
Depends-On: Ie405ea9539cd18e15b0abb6db6df64ec0135825d
Change-Id: I6eb55c78a0a72be66814f8bc854ba663e7c6f62b
Diffstat (limited to 'autoload.php')
-rw-r--r-- | autoload.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autoload.php b/autoload.php index 026c754de90c..03db83ec01fa 100644 --- a/autoload.php +++ b/autoload.php @@ -1096,6 +1096,8 @@ $wgAutoloadLocalClasses = [ 'MediaWiki\\Parser\\ParserCacheMetadata' => __DIR__ . '/includes/parser/ParserCacheMetadata.php', 'MediaWiki\\Parser\\RevisionOutputCache' => __DIR__ . '/includes/parser/RevisionOutputCache.php', 'MediaWiki\\ProcOpenError' => __DIR__ . '/includes/exception/ProcOpenError.php', + 'MediaWiki\\Rest\\Entity\\SearchResultPageIdentity' => __DIR__ . '/includes/page/ProperPageIdentity.php', + 'MediaWiki\\Rest\\Entity\\SearchResultPageIdentityValue' => __DIR__ . '/includes/page/PageIdentityValue.php', 'MediaWiki\\ShellDisabledError' => __DIR__ . '/includes/exception/ShellDisabledError.php', 'MediaWiki\\Skins\\Hook\\SkinAfterPortletHook' => __DIR__ . '/includes/skins/Hook/SkinAfterPortletHook.php', 'MediaWiki\\Skins\\Hook\\SkinPageReadyConfigHook' => __DIR__ . '/includes/skins/Hook/SkinPageReadyConfigHook.php', |