Neos\Neos\EventLog\Integrations\EntityIntegrationService::dummyMethodToEnsureInstanceExists PHP Method

dummyMethodToEnsureInstanceExists() public method

Dummy method which is called in a prePersist signal. If we remove that, this object is never instantiated and thus cannot hook into the Doctrine EntityManager.
    public function dummyMethodToEnsureInstanceExists()
    {
        // intentionally empty
    }