Actions
Task #85929
closedEpic #84726: Initiative: URL Routing Integration / Site Handling
Epic #84727: Site Handling - Part 2 / Missing Pieces
Move error handler constants to SiteInterface
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & 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