You are here

function hook_amp_converter_alter in Accelerated Mobile Pages (AMP) 7

Allow other modules to alter the amp converter.

Parameters

Lullabot\AMP\AMP:

1 invocation of hook_amp_converter_alter()
_amp_create_amp_converter in ./amp.module
Use AMP class from library for conversion of text to AMP HTML.

File

./amp.api.php, line 43
Documents hooks provided by this module.

Code

function hook_amp_converter_alter($amp) {
}