public function Theme::__construct in BigBlueButton 8
Theme constructor.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: Config factory.
\Drupal\Core\Session\AccountInterface $current_user: Current user.
File
- src/
Service/ Theme.php, line 41
Class
- Theme
- Class Theme.
Namespace
Drupal\bbb\ServiceCode
public function __construct(ConfigFactoryInterface $config_factory, AccountInterface $current_user) {
$this->configFactory = $config_factory;
$this->currentUser = $current_user;
}