You are here

protected property InstagramBlockBlock::$httpClient in Instagram Block 8

Same name and namespace in other branches
  1. 8.3 src/Plugin/Block/InstagramBlockBlock.php \Drupal\instagram_block\Plugin\Block\InstagramBlockBlock::httpClient
  2. 8.2 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 35
Contains \Drupal\instagram_block\Plugin\Block\InstagramBlockBlock.

Class

InstagramBlockBlock
Provides an Instagram block.

Namespace

Drupal\instagram_block\Plugin\Block

Code

protected $httpClient;