You are here

public function BlazyFilterInterface::cleanupNodes in Blazy 8.2

Same name and namespace in other branches
  1. 7 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.

1 method overrides BlazyFilterInterface::cleanupNodes()
BlazyFilter::cleanupNodes in src/Plugin/Filter/BlazyFilter.php
Cleanups invalid nodes or those of which their contents are moved.

File

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

Class

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

Namespace

Drupal\blazy\Plugin\Filter

Code

public function cleanupNodes(\DOMDocument &$dom);