You are here

public function SocialSimpleManager::__construct in Social simple 8

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

Constructs a \Drupal\Core\Breadcrumb\BreadcrumbManager object.

Parameters

\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.

File

src/SocialSimpleManager.php, line 49

Class

SocialSimpleManager
Provides a social network manager.

Namespace

Drupal\social_simple

Code

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