You are here

service redirect.not_found_storage in Redirect 8

Class

Drupal\redirect_404\SqlRedirectNotFoundStorage

Tags

  • backend_overridable
4 string references to redirect.not_found_storage
Fix404IgnoreController::create in modules/redirect_404/src/Controller/Fix404IgnoreController.php
Instantiates a new instance of this class.
RedirectFix404Form::create in modules/redirect_404/src/Form/RedirectFix404Form.php
Instantiates a new instance of this class.
redirect_404_cron in modules/redirect_404/redirect_404.module
Implements hook_cron().
redirect_404_views_data in modules/redirect_404/redirect_404.views.inc
Implements hook_views_data().

File

modules/redirect_404/redirect_404.services.yml
modules/redirect_404/redirect_404.services.yml

View source
  1. class: Drupal\redirect_404\SqlRedirectNotFoundStorage
  2. arguments:
  3. - '@database'
  4. - '@config.factory'
  5. tags:
  6. - { name: backend_overridable }