public function PostPhotoProfileBlock::__construct in Open Social 8
Same name and namespace in other branches
- 8.9 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoProfileBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoProfileBlock::__construct()
- 8.2 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoProfileBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoProfileBlock::__construct()
- 8.3 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoProfileBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoProfileBlock::__construct()
- 8.4 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoProfileBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoProfileBlock::__construct()
- 8.5 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoProfileBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoProfileBlock::__construct()
- 8.6 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoProfileBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoProfileBlock::__construct()
- 8.7 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoProfileBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoProfileBlock::__construct()
- 8.8 modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoProfileBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoProfileBlock::__construct()
- 10.3.x modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoProfileBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoProfileBlock::__construct()
- 10.0.x modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoProfileBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoProfileBlock::__construct()
- 10.1.x modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoProfileBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoProfileBlock::__construct()
- 10.2.x modules/social_features/social_post/modules/social_post_photo/src/Plugin/Block/PostPhotoProfileBlock.php \Drupal\social_post_photo\Plugin\Block\PostPhotoProfileBlock::__construct()
Overrides PostProfileBlock::__construct
File
- modules/
social_features/ social_post/ modules/ social_post_photo/ src/ Plugin/ Block/ PostPhotoProfileBlock.php, line 21
Class
- PostPhotoProfileBlock
- Provides a 'PostPhotoProfileBlock' block.
Namespace
Drupal\social_post_photo\Plugin\BlockCode
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';
}