Hi,
i have many entities from a json file. Now I want to write these objects in the database. I use a custom cron and write my code in run() - it is working.
choice i have:
thanks
i have many entities from a json file. Now I want to write these objects in the database. I use a custom cron and write my code in run() - it is working.
choice i have:
- $this->getConfig();
- $this->getContainer();
- $this->getEntityManager();
- $this->getMetadata();
- $this->getServiceFactory();
- $this->getUser();
thanks
Comment