You are here

public function DumperPrefixCollection::getPrefix in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php \Symfony\Component\Routing\Matcher\Dumper\DumperPrefixCollection::getPrefix()

Returns the prefix.

Return value

string The prefix

File

vendor/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php, line 33

Class

DumperPrefixCollection
Prefix tree of routes preserving routes order.

Namespace

Symfony\Component\Routing\Matcher\Dumper

Code

public function getPrefix() {
  return $this->prefix;
}