revision 2598ec5d4461c6e0ee651f195ef4c7b5e2f53be3
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']);