Parsoid
A bidirectional parser between wikitext and HTML5
Loading...
Searching...
No Matches
Wikimedia\Parsoid\Ext\ExtensionModule Interface Reference

A Parsoid native extension module. More...

+ Inheritance diagram for Wikimedia\Parsoid\Ext\ExtensionModule:

Public Member Functions

 getConfig ()
 Return information about this extension module.
 

Detailed Description

A Parsoid native extension module.

This bundles up the configuration for a number of different ExtensionTagHandlers, ContentModelHandlers, and DomProcessors into one registered object. The only method required is getConfig.

FIXME: This might be created on-demand by configuration data specified in extension.json.

Member Function Documentation

◆ getConfig()

Wikimedia\Parsoid\Ext\ExtensionModule::getConfig ( )

The documentation for this interface was generated from the following file: