You are here

public function RequestInterface::isListRequest in RESTful 7.2

Helper method to know if the current request is for a list.

Parameters

string $resource_path: The resource path without any prefixes.

Return value

boolean TRUE if the request is for a list. FALSE otherwise.

1 method overrides RequestInterface::isListRequest()
Request::isListRequest in src/Http/Request.php
Helper method to know if the current request is for a list.

File

src/Http/RequestInterface.php, line 106
Contains \Drupal\restful\Http\RequestInterface.

Class

RequestInterface

Namespace

Drupal\restful\Http

Code

public function isListRequest($resource_path);