You are here

public function AttachedProcessor::__construct in Cookie Content Blocker 8

Constructs a AttachedProcessor object.

Parameters

\Drupal\cookie_content_blocker\BlockedLibraryManagerInterface $library_manager: The library manager for blocked libraries.

File

src/ElementProcessor/AttachedProcessor.php, line 29

Class

AttachedProcessor
Class AttachedProcessor.

Namespace

Drupal\cookie_content_blocker\ElementProcessor

Code

public function __construct(BlockedLibraryManagerInterface $library_manager) {
  $this->libraryManager = $library_manager;
}