You are here

public function PopupMessageStatus::__construct in Popup message 8

PopupMessageStatus constructor.

Parameters

\Drupal\Core\Path\PathMatcherInterface $path_matcher: Path matcher services.

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: Config factory service.

File

src/Controller/PopupMessageStatus.php, line 42

Class

PopupMessageStatus
Class PopupMessageStatus.

Namespace

Drupal\popup_message\Controller

Code

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