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 BookContent content that extend it in BlueSpiceBookshelf extension.
The idea is to override method fillParserOutput in BookContentHandler and move implementation of BookContent::fillParserOutput there.