Create API to allow content handlers to handle structured data definitions
authorStanislav Malyshev <smalyshev@gmail.com>
Fri, 13 May 2016 00:10:52 +0000 (17:10 -0700)
committerStanislav Malyshev <smalyshev@gmail.com>
Wed, 6 Jul 2016 20:41:20 +0000 (13:41 -0700)
commit86b55ad03c6bd74c6447cf10b245d534928d6574
tree7920ccdf0bf1cc46b2d94f347e94e58142411bb2
parent3f564683b4e5c8ae919f314d68b6d534e3c29415
Create API to allow content handlers to handle structured data definitions

Change-Id: Ia1738803c42f6114575587c1c838fec62b6f54aa
Bug: T89733
12 files changed:
autoload.php
includes/content/CodeContentHandler.php
includes/content/ContentHandler.php
includes/content/TextContentHandler.php
includes/content/WikitextContentHandler.php
includes/search/NullIndexField.php [new file with mode: 0644]
includes/search/SearchEngine.php
includes/search/SearchIndexField.php [new file with mode: 0644]
includes/search/SearchIndexFieldDefinition.php [new file with mode: 0644]
tests/phpunit/includes/content/TextContentHandlerTest.php
tests/phpunit/includes/search/SearchEngineTest.php
tests/phpunit/includes/search/SearchIndexFieldTest.php [new file with mode: 0644]