[Neos] Action is not getting called

Aske Ertmann aske at moc.net
Sun Feb 8 17:38:19 CET 2015


Hi Olle

> 1. What does the argument "type" does in ts2 prototype? Does it work like a constraint?
Just FYI Olle was referring to the TYPO3.TypoScript:Case “type” property.

> 2. How can you tell from a URL which action is getting called?
That depends if it’s a Neos plugin or a direct route. There can be default set for both and if not then it’s part of the URL. You can read more about routing in the Flow documentation.

> 3. How is a controller created on a request? __constructor does not seem to be called. Is it cached?
Don’t really get what you’re asking here. Have you read http://docs.typo3.org/neos/TYPO3NeosDocumentation/IntegratorGuide/CreatingAPlugin.html <http://docs.typo3.org/neos/TYPO3NeosDocumentation/IntegratorGuide/CreatingAPlugin.html> and further about the general Flow architecture of controllers/actions? http://docs.typo3.org/flow/TYPO3FlowDocumentation/stable/TheDefinitiveGuide/PartII/Controller.html <http://docs.typo3.org/flow/TYPO3FlowDocumentation/stable/TheDefinitiveGuide/PartII/Controller.html>

Cheers,
Aske


More information about the Neos mailing list