You are here

public function Galleries::__construct in Flickr API Integration 8

Galleries constructor.

Parameters

\Drupal\flickr_api\Service\Client $client: Client.

File

src/Service/Galleries.php, line 25

Class

Galleries
Class Galleries.

Namespace

Drupal\flickr_api\Service

Code

public function __construct(Client $client) {

  // Flickr API Client.
  $this->client = $client;
}