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

revision e14e0f806fb2b82210553acf0bdb5f9ec3fbf7f6

raw

README.rst

Read the tt_content record's uid in a TYPO3 extbase controller.

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