Neos\Neos\EventLog\Integrations\EntityIntegrationService::dummyMethodToEnsureInstanceExists PHP 메소드

dummyMethodToEnsureInstanceExists() 공개 메소드

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
    }