You are here

protected property InstagramBlockBlock::$httpClient in Instagram Block 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/Block/InstagramBlockBlock.php \Drupal\instagram_block\Plugin\Block\InstagramBlockBlock::httpClient
  2. 8 src/Plugin/Block/InstagramBlockBlock.php \Drupal\instagram_block\Plugin\Block\InstagramBlockBlock::httpClient

The HTTP client to fetch the feed data with.

Type: \GuzzleHttp\Client

File

src/Plugin/Block/InstagramBlockBlock.php, line 33

Class

InstagramBlockBlock
Provides an Instagram block.

Namespace

Drupal\instagram_block\Plugin\Block

Code

protected $httpClient;