Same name and namespace in other branches
  1. 8.x-1.x src/GalleryIdHelper.php \Drupal\colorbox\GalleryIdHelper::__construct() 1 comment

GalleryIdHelper constructor.

Parameters

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

\Drupal\Core\Utility\Token $token: The Token.

File

src/GalleryIdHelper.php, line 47

Class

GalleryIdHelper
Implementation of GalleryIdHelper.

Namespace

Drupal\colorbox

Code

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