public function LinkIconManager::__construct in Link Icon 8
File
- src/
LinkIconManager.php, line 30
Class
- LinkIconManager
- Provides LinkIconManager service.
Namespace
Drupal\linkiconCode
public function __construct(ConfigFactoryInterface $config_factory, ModuleHandlerInterface $module_handler) {
$this->config = $config_factory
->get('linkicon.settings');
$this->moduleHandler = $module_handler;
}