You are here

public function SecurepagesPathProcessor::__construct in Secure Pages 8

Constructs secure login path processor.

File

src/SecurepagesPathProcessor.php, line 32
Contains Drupal\securepages\SecurepagesPathProcessor.

Class

SecurepagesPathProcessor
Securepages path processor.

Namespace

Drupal\securepages

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->baseUrl = $config_factory
    ->get('securepages.settings')
    ->get('basepath_ssl');
}