You are here

public function SocialFollowLandingPageOverrides::__construct in Open Social 10.1.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_follow_taxonomy/modules/social_follow_landing_page/src/SocialFollowLandingPageOverrides.php \Drupal\social_follow_landing_page\SocialFollowLandingPageOverrides::__construct()
  2. 10.0.x modules/social_features/social_follow_taxonomy/modules/social_follow_landing_page/src/SocialFollowLandingPageOverrides.php \Drupal\social_follow_landing_page\SocialFollowLandingPageOverrides::__construct()
  3. 10.2.x modules/social_features/social_follow_taxonomy/modules/social_follow_landing_page/src/SocialFollowLandingPageOverrides.php \Drupal\social_follow_landing_page\SocialFollowLandingPageOverrides::__construct()

Constructs the configuration override.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The Drupal configuration factory.

File

modules/social_features/social_follow_taxonomy/modules/social_follow_landing_page/src/SocialFollowLandingPageOverrides.php, line 32

Class

SocialFollowLandingPageOverrides
Class SocialFollowLandingPageOverrides.

Namespace

Drupal\social_follow_landing_page

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
}