$input->is() method

Is the current request of the specified type?

This is a more readable/shorter alias of $input->requestMethod('type') for syntax convenience. Internally, it determines the request type without accessing any input data, so it is efficient.

Available since version 3.0.145.

Example

// The following are equivalent:
$isPost = $input->is('post');
$isPost = $input->requestMethod('post');

Usage

$bool = $input->is(string $method);

Arguments

NameType(s)Description
methodstring

Specify one of: post, get, head, put, delete, options, patch (not case sensitive)

Return value

bool


$input methods and properties

API reference based on ProcessWire core version 3.0.214

Twitter updates

    Error retrieving Twitter status

Latest news

  • ProcessWire Weekly #473
    In the 473rd issue of ProcessWire Weekly we'll check out latest core updates, introduce new third party module called Template Fragment Controller, and more. Read on!
    Weekly.pw / 3 June 2023
  • A look at the new Page Edit Restore module
    The new Page Edit Restore module helps to prevent page edits in the admin from getting lost when the user’s session is lost. This post covers it in detail.
    Blog / 12 May 2023
  • Subscribe to weekly ProcessWire news

“Yesterday I sent the client a short documentation for their ProcessWire-powered website. Today all features already used with no questions. #cmsdoneright—Marc Hinse, Web designer/developer