You are here

public function RedirectNotFoundStorageInterface::logRequest in Redirect 8

Merges a 404 request log in the database.

Parameters

string $path: The path of the current request.

string $langcode: The ID of the language code.

1 method overrides RedirectNotFoundStorageInterface::logRequest()
SqlRedirectNotFoundStorage::logRequest in modules/redirect_404/src/SqlRedirectNotFoundStorage.php
Merges a 404 request log in the database.

File

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

Class

RedirectNotFoundStorageInterface
Interface for redirect 404 services.

Namespace

Drupal\redirect_404

Code

public function logRequest($path, $langcode);