Returns the static prefix.
Return value
string The static prefix
File
- drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php, line 59
Class
- CompiledRoute
- CompiledRoutes are returned by the RouteCompiler class.
Namespace
Symfony\Component\Routing
Code
public function getStaticPrefix() {
return $this->staticPrefix;
}