MediaWiki master
ParsoidParserFactory.php File Reference

ParserFactory which uses a ParsoidParser. More...

Go to the source code of this file.

Classes

class  MediaWiki\Parser\Parsoid\ParsoidParserFactory
 

Namespaces

namespace  MediaWiki\Parser\Parsoid
 Copyright (C) 2011-2022 Wikimedia Foundation and others.
 

Detailed Description

ParserFactory which uses a ParsoidParser.

This is similar to \ParserFactory, but simplified since we don't need to try to reuse parser objects. Eventually we'll be able to simplify \ParserFactory the same way.

Since
1.41
Access: internal
May be combined with \ParserFactory or otherwise refactored

Definition in file ParsoidParserFactory.php.