You are here

public function ModifiersController::__construct in Persistent URL 8

File

src/Controller/ModifiersController.php, line 28

Class

ModifiersController

Namespace

Drupal\purl\Controller

Code

public function __construct(ProviderManager $providerManager, MethodPluginManager $methodManager, ModifierIndex $modifierIndex) {
  $this->modifierIndex = $modifierIndex;
  $this->providerManager = $providerManager;
  $this->methodManager = $methodManager;
}