You are here

public function ProviderManager::setConnection in Persistent URL 8

File

src/Plugin/ProviderManager.php, line 44

Class

ProviderManager

Namespace

Drupal\purl\Plugin

Code

public function setConnection(Connection $connection) {
  $this->connection = $connection;
}