public function SocialContentBlockLandingPageConfigOverride::__construct in Open Social 8.9
Same name and namespace in other branches
- 10.3.x modules/social_features/social_content_block/modules/social_content_block_landing_page/src/SocialContentBlockLandingPageConfigOverride.php \Drupal\social_content_block_landing_page\SocialContentBlockLandingPageConfigOverride::__construct()
- 10.0.x modules/social_features/social_content_block/modules/social_content_block_landing_page/src/SocialContentBlockLandingPageConfigOverride.php \Drupal\social_content_block_landing_page\SocialContentBlockLandingPageConfigOverride::__construct()
- 10.1.x modules/social_features/social_content_block/modules/social_content_block_landing_page/src/SocialContentBlockLandingPageConfigOverride.php \Drupal\social_content_block_landing_page\SocialContentBlockLandingPageConfigOverride::__construct()
- 10.2.x modules/social_features/social_content_block/modules/social_content_block_landing_page/src/SocialContentBlockLandingPageConfigOverride.php \Drupal\social_content_block_landing_page\SocialContentBlockLandingPageConfigOverride::__construct()
Constructs the configuration override.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The configuration factory.
File
- modules/
social_features/ social_content_block/ modules/ social_content_block_landing_page/ src/ SocialContentBlockLandingPageConfigOverride.php, line 30
Class
- SocialContentBlockLandingPageConfigOverride
- Class SocialContentBlockLandingPageConfigOverride.
Namespace
Drupal\social_content_block_landing_pageCode
public function __construct(ConfigFactoryInterface $config_factory) {
$this->configFactory = $config_factory;
}