Skip to content

Instantly share code, notes, and snippets.

@kitzberger
Created April 12, 2023 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kitzberger/ec50a94bc72f30cfc71b54f9adb68456 to your computer and use it in GitHub Desktop.
Save kitzberger/ec50a94bc72f30cfc71b54f9adb68456 to your computer and use it in GitHub Desktop.
Content element in extbase controller
<?php
public function myAction()
{
$contentElement = $this->configurationManager->getContentObject()->data;
$this->view->assign('record', $contentElement);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment