You are here

public function SimpleInstagramFeedLibrary::__construct in Simple Instagram Feed Block 8.3

File

src/Services/SimpleInstagramFeedLibrary.php, line 57

Class

SimpleInstagramFeedLibrary
Implements Simple Instagram Feed Library service.

Namespace

Drupal\simple_instagram_feed\Services

Code

public function __construct($root) {
  $this->root = $root;
}