Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TYPO3.CMS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • accessibilityaccessibility
  • TYPO3.CMS
  • Repository
Switch branch/tag
  • TYPO3.CMS
  • ..
  • ContentElement
  • NewContentElementController.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [FEATURE] Add Dispatcher for Backend Routing · 15ef75bc
    Benni Mack authored Sep 15, 2015 and Andreas Fernandez's avatar Andreas Fernandez committed Sep 16, 2015
    The newly introduced Backend Routing is updated so that Routes
    must define not just the controller but also the action which should
    be called. It is now also possible to use a Closure / callable directly
    to be called as a Route.
    
    The RequestHandler now creates the Response object, which is
    handed to the Dispatcher and to the respective action. This way
    each action can already use the existing Response object.
    
    The Dispatcher resolves the action and hands over the request and
    response object.
    
    All existing routes have been adapted to use controller and actions.
    
    The fixed ControllerInterface is not needed anymore.
    
    Resolves: #69855
    Releases: master
    Change-Id: I6edcf8e0f6b49580052f24ca9fd7ad352b6d6f34
    Reviewed-on: http://review.typo3.org/43337
    
    
    Reviewed-by: Nicole Cordes's avatarNicole Cordes <typo3@cordes.co>
    Tested-by: Nicole Cordes's avatarNicole Cordes <typo3@cordes.co>
    Reviewed-by: Andreas Fernandez's avatarAndreas Fernandez <typo3@scripting-base.de>
    Tested-by: Andreas Fernandez's avatarAndreas Fernandez <typo3@scripting-base.de>
    15ef75bc