My Blogs

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

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

var_dump($this->configurationManager->getContentObject()->data['uid']);

no responses

Leave a Comment

Your email address will not be published. Required fields are marked *