Functions in Fast 404 6
Primary tabs
Name | Location | Description | Direct uses | Strings |
---|---|---|---|---|
fast_404_boot |
./ |
@desc Run the 404 check on boot. This function gets called during the DRUPAL_BOOTSTRAP_LATE_PAGE_CACHE stage of drupal_bootstrap. This means that if there is already cached content for the current URL, it will be delivered before this hook is reached. | ||
fast_404_enable |
./ |
Implementation of hook_enable(). | ||
fast_404_error_return |
./ |
2 | ||
fast_404_ext_check |
./ |
1 | ||
fast_404_path_check |
./ |
1 | ||
fast_404_validate_path_drupal |
./ |
1 | ||
fast_404_validate_path_mysql |
./ |
1 |