Skip to content
Snippets Groups Projects

Issue #3335595: Drupal Coding Standards Issues | phpcs

1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -2,6 +2,7 @@
Creates themed static 404 page and serves it instead of dynamic response.
## How it works
This module provides dynamic 404 `/page-not-found` page.
@@ -11,11 +12,13 @@ and put it into a static html file.
After setting proper configuration for drupal core `fast_404`
it will serve static html file instead of bootstaping drupal.
## Installation
See https://www.drupal.org/docs/extending-drupal/installing-modules
See [Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-modules)
for instructions on how to install or update Drupal modules.
## Configuration page
Module configuration page: `/admin/config/system/themed_fast_404`
@@ -27,6 +30,7 @@ will be invalid/incorrect and drupal will not be able to generate static
It is recommended to set it.
* 404 page body: The dynamic page not found body content.
## Setup
* Enable the module
Loading