You are here

public function RedirectNotFoundStorageInterface::listRequests in Redirect 8

Returns the 404 request data.

Parameters

array $header: An array containing arrays of the redirect_404 fields data.

string $search: The search text. It is possible to have multiple '*' as a wildcard.

Return value

array A list of objects with the properties:

  • path
  • count
  • timestamp
  • langcode
  • resolved
1 method overrides RedirectNotFoundStorageInterface::listRequests()
SqlRedirectNotFoundStorage::listRequests in modules/redirect_404/src/SqlRedirectNotFoundStorage.php
Returns the 404 request data.

File

modules/redirect_404/src/RedirectNotFoundStorageInterface.php, line 46

Class

RedirectNotFoundStorageInterface
Interface for redirect 404 services.

Namespace

Drupal\redirect_404

Code

public function listRequests(array $header = [], $search = NULL);