public function Mail::__construct in Social simple 2.0.x
Same name and namespace in other branches
- 8 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;
}