You are here

public function StickyManager::__construct in Sticky 8

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

File

src/Manager/StickyManager.php, line 16

Class

StickyManager
Class StickyManager

Namespace

Drupal\sticky\Manager

Code

public function __construct(ConfigFactoryInterface $config) {
  $this->config = $config
    ->get('sticky.settings');
}