existsRoute() public method

Check if there exists any endpoint/application to the server on given route.
public existsRoute ( string $path ) : boolean
$path string
return boolean
Example #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function existsRoute($path)
 {
     return $this->router->existsRoute($path);
 }