Read the uid stored in the tt_content record in a TYPO3 extbase controller plugin instance.
1 2 | // from http://www.felixnagel.com/blog/artikel/2012/07/20/typo3-use-content-element-uid-in-extbase-fluid-templates/ var_dump($this->configurationManager->getContentObject()->data['uid']); |