You are here

protected property Request::$viaRouter in RESTful 7.2

Indicates if the request was routed by the menu system.

Type: bool

File

src/Http/Request.php, line 82
Contains \Drupal\restful\Http\Request

Class

Request
Deals with everything coming from the consumer.

Namespace

Drupal\restful\Http

Code

protected $viaRouter = FALSE;