Page MenuHomePhabricator

Move Content::getParserOutput method that don't belong in Content to ContentHandler
Open, Needs TriagePublic

Description

We moved Content methods ::getParserOutput and ::fillParserOutput to ContentHandler on core Patch

So we also need to do it with TeiContent content that extend it in TEI extension.
The idea is to override method fillParserOutput in TeiContentHandler and move implementation of TeiContent::fillParserOutput there.