public function DumperPrefixCollection::setPrefix

Sets the prefix.

Parameters

string $prefix The prefix:

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperPrefixCollection.php, line 41

Class

DumperPrefixCollection
Prefix tree of routes preserving routes order.

Namespace

Symfony\Component\Routing\Matcher\Dumper

Code

public function setPrefix($prefix) {
  $this->prefix = $prefix;
}