You are here

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

File

src/Services/SimpleInstagramFeedLibrary.php, line 64

Class

SimpleInstagramFeedLibrary
Implements Simple Instagram Feed Library service.

Namespace

Drupal\simple_instagram_feed\Services

Code

public function create(ContainerInterface $container) {
  return new static($container
    ->get('app.root'));
}