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

revision 2598ec5d4461c6e0ee651f195ef4c7b5e2f53be3

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

History