You are here

public function PrintPage::__construct in Social simple 8

Same name and namespace in other branches
  1. 2.0.x src/SocialNetwork/PrintPage.php \Drupal\social_simple\SocialNetwork\PrintPage::__construct()

File

src/SocialNetwork/PrintPage.php, line 30

Class

PrintPage
The Printer button.

Namespace

Drupal\social_simple\SocialNetwork

Code

public function __construct(ModuleHandlerInterface $moduleHandler) {
  $this->moduleHandler = $moduleHandler;
}