public function Mail::__construct in Social simple 8
Same name and namespace in other branches
- 2.0.x src/SocialNetwork/Mail.php \Drupal\social_simple\SocialNetwork\Mail::__construct()
File
- src/
SocialNetwork/ Mail.php, line 30
Class
- The Mail button.
Namespace
Drupal\social_simple\SocialNetworkCode
public function __construct(ModuleHandlerInterface $moduleHandler) {
$this->moduleHandler = $moduleHandler;
}