TYPO3 extbase plugin: get current plugin's content element UID

raw

README.rst

Read the uid stored in the tt_content record in a TYPO3 extbase controller plugin instance.

raw

test.php

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']);
Christian Weiske Christian Weiske
owner

History