You are here

public function BlazyFilter::__construct in Blazy 7

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

Constructs the BlazyFilter object.

File

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

Class

BlazyFilter
Provides a filter to lazyload image, or iframe elements.

Namespace

Drupal\blazy\Plugin\Filter

Code

public function __construct(BlazyManagerInterface $manager) {
  $this->manager = $manager;
}