public function PrintPage::__construct in Social simple 2.0.x
Same name and namespace in other branches
- 8 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\SocialNetworkCode
public function __construct(ModuleHandlerInterface $moduleHandler) {
$this->moduleHandler = $moduleHandler;
}