You are here

public function BlazyFilterInterface::cleanupNodes in Blazy 7

Same name and namespace in other branches
  1. 8.2 src/Plugin/Filter/BlazyFilterInterface.php \Drupal\blazy\Plugin\Filter\BlazyFilterInterface::cleanupNodes()

Cleanups invalid nodes or those of which their contents are moved.

Parameters

\DOMDocument $dom: The HTML DOM object being modified.

File

src/Plugin/Filter/BlazyFilterInterface.php, line 16

Class

BlazyFilterInterface
Defines re-usable services and functions for blazy plugins.

Namespace

Drupal\blazy\Plugin\Filter

Code

public function cleanupNodes(\DOMDocument &$dom);