You are here

public function PostPhotoBlock::__construct in Open Social 8

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoBlock::__construct()
  2. 8.2 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoBlock::__construct()
  3. 8.3 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoBlock::__construct()
  4. 8.4 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoBlock::__construct()
  5. 8.5 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoBlock::__construct()
  6. 8.6 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoBlock::__construct()
  7. 8.7 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoBlock::__construct()
  8. 8.8 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoBlock::__construct()
  9. 10.3.x modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoBlock::__construct()
  10. 10.0.x modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoBlock::__construct()
  11. 10.1.x modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoBlock::__construct()
  12. 10.2.x modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoBlock::__construct()

Overrides PostBlock::__construct

File

modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoBlock.php, line 21

Class

PostPhotoBlock
Provides a 'PostPhotoBlock' block.

Namespace

Drupal\social_post_photo\Plugin\Block

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition, $entityTypeManager, $currentUser, $formBuilder, ModuleHandler $moduleHandler) {
  parent::__construct($configuration, $plugin_id, $plugin_definition, $entityTypeManager, $currentUser, $formBuilder, $moduleHandler);

  // Override the bundle type.
  $this->bundle = 'photo';
}