Project

General

Profile

Actions

Task #85929

closed

Epic #84726: Initiative: URL Routing Integration / Site Handling

Epic #84727: Site Handling - Part 2 / Missing Pieces

Move error handler constants to SiteInterface

Added by Benni Mack over 5 years ago. Updated over 5 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
Start date:
2018-08-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

/** * Entity representing a single site with available languages
*/
class Site implements SiteInterface {
protected const ERRORHANDLER_TYPE_PAGE = 'Page';
protected const ERRORHANDLER_TYPE_FLUID = 'Fluid';
protected const ERRORHANDLER_TYPE_PHP = 'PHP';

should go into SiteInterface, as we now have that interface.

Actions #1

Updated by Christian Kuhn over 5 years ago

  • Status changed from New to Rejected

we keep these constants in site - they are protected anyway.

Actions

Also available in: Atom PDF