You are here

public function SimpleInstagramFeedLibraryInterface::isAvailable in Simple Instagram Feed Block 8.3

Check library avalilability.

Parameters

bool $warning: Add a warning message if library is not available.

Return value

bool

1 method overrides SimpleInstagramFeedLibraryInterface::isAvailable()
SimpleInstagramFeedLibrary::isAvailable in src/Services/SimpleInstagramFeedLibrary.php
Check library avalilability.

File

src/Services/SimpleInstagramFeedLibraryInterface.php, line 18

Class

SimpleInstagramFeedLibraryInterface
Defines Simple Instagram Feed Library interface.

Namespace

Drupal\simple_instagram_feed\Services

Code

public function isAvailable(bool $warning = FALSE);