You are here

public function GalleryIdHelper::__construct in Colorbox 8

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;
}