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?
You need to use GeneralUtility::_GET for that