You are here

public function SocialBookConfigOverride::__construct in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.0.x modules/social_features/social_book/src/SocialBookConfigOverride.php \Drupal\social_book\SocialBookConfigOverride::__construct()
  2. 10.1.x modules/social_features/social_book/src/SocialBookConfigOverride.php \Drupal\social_book\SocialBookConfigOverride::__construct()
  3. 10.2.x modules/social_features/social_book/src/SocialBookConfigOverride.php \Drupal\social_book\SocialBookConfigOverride::__construct()

SocialBookConfigOverride constructor.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $configFactory: Configuration Factory.

File

modules/social_features/social_book/src/SocialBookConfigOverride.php, line 32

Class

SocialBookConfigOverride
Class SocialBookConfigOverride.

Namespace

Drupal\social_book

Code

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