Search code examples
typo3extbasetx-news

Ext. news: get news id in controller


I want to place a new plugin (from own extension) on the news detail page, which shows me news from related categories.

My problem is: How to get the news id in my new plugin controller.

$arguments = $this->request->getArguments();

does not work.

Has anybody an idea?


Solution

  • You need to use GeneralUtility::_GET for that