Skip to content

Instantly share code, notes, and snippets.

@kitsunet
Created October 11, 2012 18:54
Show Gist options
  • Select an option

  • Save kitsunet/3874692 to your computer and use it in GitHub Desktop.

Select an option

Save kitsunet/3874692 to your computer and use it in GitHub Desktop.
initializeAction
public function initializeCreateEventAction() {
$propertyMappingConfiguration = $this->arguments->getArgument('event')->getPropertyMappingConfiguration();
$propertyMappingConfiguration->setTypeConverterOption('TYPO3\Flow\Property\TypeConverter\PersistentObjectConverter', self::CONFIGURATION_TARGET_TYPE, 'YOUR_TARGET_TYPE_HERE');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment