Returns the prefix.
Return value
string The prefix
File
- drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperPrefixCollection.php, line 31
Class
- DumperPrefixCollection
- Prefix tree of routes preserving routes order.
Namespace
Symfony\Component\Routing\Matcher\Dumper
Code
public function getPrefix() {
return $this->prefix;
}