Skip to content

Instantly share code, notes, and snippets.

@BlackhawkG7
Last active March 27, 2018 15:15
Show Gist options
  • Save BlackhawkG7/4beb6fc11cbccde0b3737d24c8e3608d to your computer and use it in GitHub Desktop.
Save BlackhawkG7/4beb6fc11cbccde0b3737d24c8e3608d to your computer and use it in GitHub Desktop.
TYPO3 extbase persistanceManager injection
/**
* persistenceManager
*
* @var \TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager
* @inject
*/
protected $persistenceManager;
// $this->persistenceManager->persistAll();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment