You are here

public function SimpleInstagramBlock::__construct in Simple Instagram Feed Block 1.0.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/Block/SimpleInstagramBlock.php \Drupal\simple_instagram_feed\Plugin\Block\SimpleInstagramBlock::__construct()

Overrides BlockPluginTrait::__construct

File

src/Plugin/Block/SimpleInstagramBlock.php, line 309

Class

SimpleInstagramBlock
Provides a block with a dynamic Instagram Feed.

Namespace

Drupal\simple_instagram_feed\Plugin\Block

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition) {
  parent::__construct($configuration, $plugin_id, $plugin_definition);
}